mirror of
https://github.com/elastic/logstash.git
synced 2025-04-23 22:27:21 -04:00
fixing broken cabin dep
This commit is contained in:
parent
a291dab1ef
commit
27b56e0650
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -4,7 +4,7 @@ def jruby?
|
|||
return RUBY_ENGINE == "jruby"
|
||||
end
|
||||
|
||||
gem "cabin", "0.2.2" # for logging. apache 2 license
|
||||
gem "cabin", "0.2.3" # for logging. apache 2 license
|
||||
gem "bunny" # for amqp support, MIT-style license
|
||||
gem "uuidtools" # for naming amqp queues, License ???
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ GEM
|
|||
bouncy-castle-java (1.5.0146.1)
|
||||
bson (1.5.2-java)
|
||||
bunny (0.7.8)
|
||||
cabin (0.2.2)
|
||||
cabin (0.2.3)
|
||||
json
|
||||
childprocess (0.3.0)
|
||||
ffi (~> 1.0.6)
|
||||
|
@ -53,7 +53,7 @@ PLATFORMS
|
|||
DEPENDENCIES
|
||||
awesome_print
|
||||
bunny
|
||||
cabin (= 0.2.2)
|
||||
cabin (= 0.2.3)
|
||||
ffi
|
||||
ffi-rzmq (= 0.9.0)
|
||||
filewatch (= 0.3.3)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue