Skip to content

Commit

Permalink
Require Bunny 2.6.4
Browse files Browse the repository at this point in the history
Includes an important race condition fix.
  • Loading branch information
michaelklishin authored Mar 6, 2017
1 parent 4de2d6d commit e93a8cf
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 @@ -18,7 +18,7 @@ Gem::Specification.new do |gem|
gem.test_files = gem.files.grep(/^(test|spec|features)\//)
gem.require_paths = ['lib']
gem.add_dependency 'serverengine', '~> 1.5.11'
gem.add_dependency 'bunny', '~> 2.6'
gem.add_dependency 'bunny', '~> 2.6.4'
gem.add_dependency 'thread', '~> 0.1.7'
gem.add_dependency 'thor'

Expand Down

0 comments on commit e93a8cf

Please sign in to comment.