Skip to content

Commit

Permalink
Support resque 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jiikko committed Dec 30, 2018
1 parent 869e995 commit 249af1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resque-heroku-signals.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency "resque", "1.27.4"
spec.add_dependency "resque", "2.0.0"

spec.add_development_dependency "bundler", "~> 1.14"
spec.add_development_dependency "rake", "~> 10.0"
Expand Down

0 comments on commit 249af1d

Please sign in to comment.