Skip to content

Commit

Permalink
Add Rails 7.2 support (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
hatajoe authored Aug 29, 2024
1 parent c8b11e9 commit 3dbe597
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,12 @@ jobs:
strategy:
matrix:
ruby: [ '2.7', '3.0', '3.1', '3.2' ]
rails: [ '6.0.0', '6.1.0', '7.0.0', '7.1.0' ]
rails: [ '6.0.0', '6.1.0', '7.0.0', '7.1.0', '7.2.0' ]
exclude:
- ruby: '2.7'
rails: '7.2.0'
- ruby: '3.0'
rails: '7.2.0'
- ruby: '3.2'
rails: '6.0.0'

Expand Down
2 changes: 1 addition & 1 deletion lograge-sql.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = Gem::Requirement.new('>= 2.5.0')

spec.add_dependency 'activerecord', '>= 5', '< 7.2'
spec.add_dependency 'activerecord', '>= 5', '< 7.3'
spec.add_dependency 'lograge', '~> 0.11'

spec.add_development_dependency 'rake', '>= 12.3.3'
Expand Down

0 comments on commit 3dbe597

Please sign in to comment.