Skip to content

Commit

Permalink
⬆️ Relax rake gem dependency constraint
Browse files Browse the repository at this point in the history
It is _very_ unlikely that rake will be updated in an incompatible way.
  • Loading branch information
nevans committed May 16, 2024
1 parent 44282ad commit 456c4ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resque-pool.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = '>= 2.0'

spec.add_dependency "resque", ">= 1.22", "< 3"
spec.add_dependency "rake", ">= 10.0", "< 14.0"
spec.add_dependency "rake", ">= 10.0"

spec.add_development_dependency "bundler"
spec.add_development_dependency "rspec"
Expand Down

0 comments on commit 456c4ef

Please sign in to comment.