Skip to content

Commit

Permalink
Require latest Bunny
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Feb 13, 2019
1 parent dc92c72 commit d9732b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
@@ -1,6 +1,9 @@
## 0.27.0

No changes yet.
### Dependency Bumps

Bunny and other dependencies were updated to their latest release
series.


## 0.26.0 (February 13th, 2019)
Expand Down
2 changes: 1 addition & 1 deletion hutch.gemspec
Expand Up @@ -6,7 +6,7 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency 'march_hare', '>= 3.0.0'
else
gem.platform = Gem::Platform::RUBY
gem.add_runtime_dependency 'bunny', '>= 2.12', '< 2.15'
gem.add_runtime_dependency 'bunny', '>= 2.13', '< 2.15'
end
gem.add_runtime_dependency 'carrot-top', '~> 0.0.7'
gem.add_runtime_dependency 'multi_json', '~> 1.12'
Expand Down

0 comments on commit d9732b0

Please sign in to comment.