Skip to content

Commit

Permalink
Merge pull request #372 from olivierlacan/loose-bunny
Browse files Browse the repository at this point in the history
Loosen Bunny dependency to minor version
  • Loading branch information
gabrieljoelc authored Dec 6, 2018
2 parents fa4793d + d679f87 commit 99f3dc1
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.require_paths = ['lib']

gem.add_dependency 'serverengine', '~> 2.0.5'
gem.add_dependency 'bunny', '~> 2.11.0'
gem.add_dependency 'bunny', '~> 2.12'
gem.add_dependency 'concurrent-ruby', '~> 1.0'
gem.add_dependency 'thor'
gem.add_dependency 'rake'
Expand Down

0 comments on commit 99f3dc1

Please sign in to comment.