Skip to content

Commit

Permalink
Test with ruby 3.2 and rails 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
agrare committed Apr 29, 2024
1 parent 5d4efeb commit da7a265
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,13 @@ jobs:
- '2.7'
- '3.0'
- '3.1'
- '3.2'
rails-version:
# rails 6.1 supports ruby >= 2.5
# rails 7.0 supports ruby >= 2.7
- '6.1'
- '7.0'
- '7.1'
include:
# rails 6.0 (security EOL 6/23?) supports ruby < 2.8 (2.7 EOL 3/23?;)
- ruby-version: '2.6'
Expand Down
2 changes: 1 addition & 1 deletion inventory_refresh.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]
spec.metadata['rubygems_mfa_required'] = 'true'

spec.add_dependency "activerecord", ">=5.0", "<7.1"
spec.add_dependency "activerecord", ">=5.0", "<7.2"
spec.add_dependency "more_core_extensions", ">=3.5", "< 5"
spec.add_dependency "pg", "> 0"

Expand Down

0 comments on commit da7a265

Please sign in to comment.