Skip to content

Commit

Permalink
Merge pull request elastic#751 from michaelklishin/patch-1
Browse files Browse the repository at this point in the history
[rabbitmq] Bump Bunny version to 1.0.0
  • Loading branch information
nickethier committed Oct 29, 2013
2 parents 39ed980 + 13e4d49 commit e35eaff
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 @@ -93,7 +93,7 @@ Gem::Specification.new do |gem|
end

if RUBY_PLATFORM != 'java'
gem.add_runtime_dependency "bunny", ["~> 0.10.4"] #(MIT license)
gem.add_runtime_dependency "bunny", ["~> 1.0.0"] #(MIT license)
else
gem.add_runtime_dependency "hot_bunnies", ["~> 2.0.0.pre12"] #(MIT license)
end
Expand Down

0 comments on commit e35eaff

Please sign in to comment.