Skip to content

Commit

Permalink
Merge pull request #41 from grosser/grosser/clear
Browse files Browse the repository at this point in the history
clear out old rubies
  • Loading branch information
grosser authored Aug 18, 2024
2 parents d2e1c24 + a18a858 commit 862c85f
Show file tree
Hide file tree
Showing 10 changed files with 36 additions and 363 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
6 changes: 3 additions & 3 deletions 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 Expand Up @@ -157,7 +157,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-support (3.10.0)
sqlite3 (1.4.2)
sqlite3 (1.6.8-arm64-darwin)
strscan (3.0.1)
thor (1.2.1)
timeout (0.2.0)
Expand All @@ -178,7 +178,7 @@ DEPENDENCIES
rails
rake
rspec (~> 3)
sqlite3
sqlite3 (~> 1.0)
wwtd

BUNDLED WITH
Expand Down
6 changes: 3 additions & 3 deletions ar_after_transaction.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ 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'
s.add_development_dependency 'rspec', '~> 3'
s.add_development_dependency 'sqlite3'
s.add_development_dependency 'sqlite3', '~> 1.0' # avoid 2.0 for now
s.add_development_dependency 'wwtd'
s.license = 'MIT'
end
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.

Loading

0 comments on commit 862c85f

Please sign in to comment.