Skip to content

Commit

Permalink
clear out old rubies
Browse files Browse the repository at this point in the history
  • Loading branch information
grosser committed Aug 18, 2024
1 parent d2e1c24 commit 5e779d7
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 342 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ['2.7', '3.0']
rails: ['5.2', '6.0', '6.1', '7.0', '7.1']
exclude:
- ruby: '3.0'
rails: '5.2'
ruby: ['3.1', '3.2', '3.3']
rails: ['6.1', '7.0', '7.1']
# exclude:
# - ruby: '3.0'
# rails: '5.2'
env:
BUNDLE_GEMFILE: gemfiles/rails${{ matrix.rails }}.gemfile
steps:
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
ar_after_transaction (0.10.0)
activerecord (>= 5.2.0, < 7.2)
activerecord (>= 6.1.0, < 7.2)

GEM
remote: https://rubygems.org/
Expand Down
4 changes: 2 additions & 2 deletions ar_after_transaction.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Gem::Specification.new 'ar_after_transaction', ARAfterTransaction::VERSION do |s
s.email = '[email protected]'
s.homepage = 'http://github.com/grosser/ar_after_transaction'
s.files = `git ls-files lib Readme.md`.split("\n")
s.required_ruby_version = '>= 2.6.0'
s.add_runtime_dependency 'activerecord', '>= 5.2.0', '< 7.2'
s.required_ruby_version = '>= 3.1.0'
s.add_runtime_dependency 'activerecord', '>= 6.1.0', '< 7.2'
s.add_development_dependency 'bump'
s.add_development_dependency 'rails'
s.add_development_dependency 'rake'
Expand Down
7 changes: 0 additions & 7 deletions gemfiles/rails5.2.gemfile

This file was deleted.

149 changes: 0 additions & 149 deletions gemfiles/rails5.2.gemfile.lock

This file was deleted.

7 changes: 0 additions & 7 deletions gemfiles/rails6.0.gemfile

This file was deleted.

165 changes: 0 additions & 165 deletions gemfiles/rails6.0.gemfile.lock

This file was deleted.

4 changes: 2 additions & 2 deletions gemfiles/rails6.1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PATH
remote: ..
specs:
ar_after_transaction (0.9.0)
activerecord (>= 5.2.0, < 7.2)
ar_after_transaction (0.10.0)
activerecord (>= 6.1.0, < 7.2)

GEM
remote: https://rubygems.org/
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rails7.0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PATH
remote: ..
specs:
ar_after_transaction (0.9.0)
activerecord (>= 5.2.0, < 7.2)
ar_after_transaction (0.10.0)
activerecord (>= 6.1.0, < 7.2)

GEM
remote: https://rubygems.org/
Expand Down
Loading

0 comments on commit 5e779d7

Please sign in to comment.