Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2
updates:
- package-ecosystem: bundler
directory: /gemfiles/ruby3.2
directory: /gemfiles/ruby3.3
schedule:
interval: weekly
groups:
Expand All @@ -10,7 +10,7 @@ updates:
- "minor"
- "patch"
- package-ecosystem: bundler
directory: /gemfiles/ruby3.3
directory: /gemfiles/ruby3.4
schedule:
interval: weekly
groups:
Expand All @@ -19,7 +19,7 @@ updates:
- "minor"
- "patch"
- package-ecosystem: bundler
directory: /gemfiles/ruby3.4
directory: /gemfiles/ruby4.0
schedule:
interval: weekly
groups:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- main
tags:
- '*.*.*'
- "*.*.*"
pull_request:

jobs:
Expand All @@ -14,9 +14,9 @@ jobs:
strategy:
matrix:
ruby-version:
- 3.2
- 3.3
- 3.4
- 4.0
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -85,4 +85,4 @@ jobs:
gem push *.gem
env:
GIT_AUTHOR_NAME: Fat Zebra
GIT_AUTHOR_EMAIL: support@fatzebra.com
GIT_AUTHOR_EMAIL: support@fatzebra.com
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ pkg/*
doc/
.byebug_history
.ruby-version
Gemfile.lock
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# frozen_string_literal: true

eval_gemfile 'gemfiles/ruby3.4/Gemfile'
89 changes: 0 additions & 89 deletions gemfiles/ruby3.2/Gemfile.lock

This file was deleted.

2 changes: 1 addition & 1 deletion gemfiles/ruby3.3/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source 'http://rubygems.org'

ruby '3.3.10'
ruby '~> 3.3'

# Specify your gem's dependencies in FatZebra.gemspec
gemspec path: '../../'
2 changes: 1 addition & 1 deletion gemfiles/ruby3.3/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ GEM
rainbow (3.1.1)
rake (13.3.0)
regexp_parser (2.11.0)
rexml (3.4.1)
rexml (3.4.4)
rspec (3.13.1)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby3.4/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source 'http://rubygems.org'

ruby '3.4.8'
ruby '~> 3.4'

# Specify your gem's dependencies in FatZebra.gemspec
gemspec path: '../../'
2 changes: 1 addition & 1 deletion gemfiles/ruby3.2/Gemfile → gemfiles/ruby4/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source 'http://rubygems.org'

ruby '3.2.10'
ruby '~> 4.0'

# Specify your gem's dependencies in FatZebra.gemspec
gemspec path: '../../'