Skip to content

Commit

Permalink
Depend on Bunny ~> 2.9.0
Browse files Browse the repository at this point in the history
Which in turn will depend on amp-protocol 2.3.x. Earlier Bunny versions won't work
with that amp-protocol release series.

See ruby-amqp/bunny#538 and Bunny change log for details.
  • Loading branch information
michaelklishin committed Jan 9, 2018
1 parent 7c76977 commit c7fb0bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sneakers.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |gem|
gem.test_files = gem.files.grep(/^(test|spec|features)\//)
gem.require_paths = ['lib']
gem.add_dependency 'serverengine', '~> 2.0.5'
gem.add_dependency 'bunny', '~> 2.7.2'
gem.add_dependency 'bunny', '~> 2.9.0'
gem.add_dependency 'concurrent-ruby', '~> 1.0'
gem.add_dependency 'thor'

Expand Down

0 comments on commit c7fb0bd

Please sign in to comment.