Skip to content

Commit

Permalink
one of many
Browse files Browse the repository at this point in the history
Signed-off-by: Hermann Mayer <[email protected]>
  • Loading branch information
Jack12816 committed Jul 8, 2024
1 parent 436bbcb commit 6b471f3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 36 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
ruby: ['2.7', '3.0', '3.1']
rails: ['5.2', '6.0', '6.1', '7.0']
rails: ['5.2', '6.1', '7.1']
env:
BUNDLE_GEMFILE: 'gemfiles/rails_${{ matrix.rails }}.gemfile'
steps:
Expand Down
14 changes: 4 additions & 10 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,14 @@ appraise 'rails-5.2' do
gem 'activesupport', '~> 5.2.0'
end

appraise 'rails-6.0' do
gem 'activejob', '~> 6.0.0'
gem 'activerecord', '~> 6.0.0'
gem 'activesupport', '~> 6.0.0'
end

appraise 'rails-6.1' do
gem 'activejob', '~> 6.1.0'
gem 'activerecord', '~> 6.1.0'
gem 'activesupport', '~> 6.1.0'
end

appraise 'rails-7.0' do
gem 'activejob', '~> 7.0.0'
gem 'activerecord', '~> 7.0.0'
gem 'activesupport', '~> 7.0.0'
appraise 'rails-7.1' do
gem 'activejob', '~> 7.1.0'
gem 'activerecord', '~> 7.1.0'
gem 'activesupport', '~> 7.1.0'
end
22 changes: 0 additions & 22 deletions gemfiles/rails_7.0.gemfile

This file was deleted.

6 changes: 3 additions & 3 deletions gemfiles/rails_6.0.gemfile → gemfiles/rails_7.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ gem "rubocop-rspec", "~> 2.10"
gem "simplecov", ">= 0.22"
gem "yard", ">= 0.9.28"
gem "yard-activesupport-concern", ">= 0.0.1"
gem "activejob", "~> 6.0.0"
gem "activerecord", "~> 6.0.0"
gem "activesupport", "~> 6.0.0"
gem "activejob", "~> 7.1.0"
gem "activerecord", "~> 7.1.0"
gem "activesupport", "~> 7.1.0"

gemspec path: "../"

0 comments on commit 6b471f3

Please sign in to comment.