Skip to content

Commit

Permalink
Version 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickTulskie committed Aug 19, 2023
1 parent 9a37614 commit 100ae50
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.5.0.1'
spec.version = '2.6.0'
spec.authors = ["Michael Bianco"]
spec.email = ["[email protected]"]

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

# strict resque dependency is intentional
spec.add_dependency "resque", "2.5.0"
spec.add_dependency "resque", "2.6.0"

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

0 comments on commit 100ae50

Please sign in to comment.