Skip to content

Commit c7fb0bd

Browse files
Depend on Bunny ~> 2.9.0
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.
1 parent 7c76977 commit c7fb0bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sneakers.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Gem::Specification.new do |gem|
1919
gem.test_files = gem.files.grep(/^(test|spec|features)\//)
2020
gem.require_paths = ['lib']
2121
gem.add_dependency 'serverengine', '~> 2.0.5'
22-
gem.add_dependency 'bunny', '~> 2.7.2'
22+
gem.add_dependency 'bunny', '~> 2.9.0'
2323
gem.add_dependency 'concurrent-ruby', '~> 1.0'
2424
gem.add_dependency 'thor'
2525

0 commit comments

Comments
 (0)