Skip to content

Commit 081f706

Browse files
Require MarchHare 4.7.0 for channel feature parity with Bunny 2.24.0
1 parent b5ed5ac commit 081f706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hutch.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ require File.expand_path('../lib/hutch/version', __FILE__)
33
Gem::Specification.new do |gem|
44
if defined?(JRUBY_VERSION)
55
gem.platform = 'java'
6-
gem.add_runtime_dependency 'march_hare', '>= 4.5.0'
6+
gem.add_runtime_dependency 'march_hare', '>= 4.7.0'
77
else
88
gem.platform = Gem::Platform::RUBY
99
gem.add_runtime_dependency 'bunny', '>= 2.24', '< 3.0'

0 commit comments

Comments
 (0)