Skip to content

Commit

Permalink
support all 7.1.X releases
Browse files Browse the repository at this point in the history
  • Loading branch information
krzyzak committed Feb 28, 2024
1 parent 810d20f commit b310bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gush.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,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.1"
spec.add_dependency "activejob", ">= 6.1.0", "< 7.2"
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 b310bb5

Please sign in to comment.