Skip to content

Commit

Permalink
[rabbitmq] Use Bunny 0.9.1+
Browse files Browse the repository at this point in the history
Nothing major in `0.9.1` but I'd like Logstash to keep up with recent releases.
  • Loading branch information
Michael Klishin committed Jul 17, 2013
1 parent 460068f commit bdb4c14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logstash.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Gem::Specification.new do |gem|
end

if RUBY_PLATFORM != 'java'
gem.add_runtime_dependency "bunny", ["~> 0.9.0.rc2"] #(MIT license)
gem.add_runtime_dependency "bunny", ["~> 0.9.1"] #(MIT license)
else
gem.add_runtime_dependency "hot_bunnies", ["~> 2.0.0.pre8"] #(MIT license)
end
Expand Down

0 comments on commit bdb4c14

Please sign in to comment.