Skip to content

Commit

Permalink
Merge pull request #4 from jiikko/resque-2.0.0
Browse files Browse the repository at this point in the history
Support for Resque 2.0.0
  • Loading branch information
iloveitaly authored Feb 16, 2019
2 parents 869e995 + 8ad1b34 commit fc07e65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resque-heroku-signals.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |spec|
spec.name = "resque-heroku-signals"
spec.version = '1.27.4.3'
spec.version = '2.0.0'
spec.authors = ["Michael Bianco"]
spec.email = ["mike@suitesync.io"]

Expand All @@ -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 fc07e65

Please sign in to comment.