Skip to content

Commit

Permalink
Bump resque version
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveitaly committed Nov 6, 2021
1 parent f8dddba commit b7dc057
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resque-heroku-signals.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |spec|
spec.name = "resque-heroku-signals"
spec.version = '2.1.0'
spec.version = '2.2.0'
spec.authors = ["Michael Bianco"]
spec.email = ["mike@mikebian.co"]

spec.summary = "Patch resque to be compatible with the Heroku platform"
spec.homepage = "https://github.com/iloveitaly/resque-heroku-signals"
spec.homepage = "https://github.com/resque/resque-heroku-signals"
spec.license = "MIT"

spec.files = `git ls-files -z`.split("\x0").reject do |f|
Expand All @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

# strict resque dependency is intentional
spec.add_dependency "resque", "2.1.0"
spec.add_dependency "resque", "2.2.0"

spec.add_development_dependency "bundler", "~> 2.2"
spec.add_development_dependency "rake", "~> 13.0"
Expand Down

0 comments on commit b7dc057

Please sign in to comment.