We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c53dbf commit 63666d3Copy full SHA for 63666d3
hutch.gemspec
@@ -6,7 +6,7 @@ Gem::Specification.new do |gem|
6
gem.add_runtime_dependency 'march_hare', '>= 4.5.0'
7
else
8
gem.platform = Gem::Platform::RUBY
9
- gem.add_runtime_dependency 'bunny', '>= 2.23', '< 3.0'
+ gem.add_runtime_dependency 'bunny', '>= 2.24', '< 3.0'
10
end
11
gem.add_runtime_dependency 'carrot-top', '~> 0.0.7'
12
gem.add_runtime_dependency 'multi_json', '~> 1.15'
0 commit comments