Skip to content

Commit

Permalink
Version 2.3.0 to match Resque (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickTulskie authored Aug 5, 2022
1 parent dfeef1c commit ad9de9b
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 = '2.2.1'
spec.version = '2.3.0'
spec.authors = ["Michael Bianco"]
spec.email = ["mike@mikebian.co"]

Expand All @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
gem.metadata['rubygems_mfa_required'] = 'true'

# strict resque dependency is intentional
spec.add_dependency "resque", "2.2.1"
spec.add_dependency "resque", "2.3.0"

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

0 comments on commit ad9de9b

Please sign in to comment.