Skip to content

Commit

Permalink
chore: upgrade to rails 7.2.2 (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
kfa-wtag authored Jan 8, 2025
1 parent f604554 commit 702c26c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
rails_version: ['6.1.0', '7.0', '7.1.0']
rails_version: ['6.1.0', '7.0', '7.1.0', 7.2.2]
ruby-version: ['3.0', '3.1', '3.2', '3.3']
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion gush.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]
spec.required_ruby_version = '>= 3.0.0'

spec.add_dependency "activejob", ">= 6.1.0", "< 7.2"
spec.add_dependency "activejob", ">= 6.1.0", "< 8"
spec.add_dependency "concurrent-ruby", "~> 1.0"
spec.add_dependency "multi_json", "~> 1.11"
spec.add_dependency "redis", ">= 3.2", "< 6"
Expand Down

0 comments on commit 702c26c

Please sign in to comment.