mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
- bump cabin
This commit is contained in:
parent
787134efbf
commit
c8b3965e4d
2 changed files with 6 additions and 6 deletions
2
Gemfile
2
Gemfile
|
@ -1,6 +1,6 @@
|
|||
source :rubygems
|
||||
|
||||
gem "cabin", "0.3.8" # for logging. apache 2 license
|
||||
gem "cabin", "0.4.1" # for logging. apache 2 license
|
||||
gem "bunny" # for amqp support, MIT-style license
|
||||
gem "uuidtools" # for naming amqp queues, License ???
|
||||
|
||||
|
|
10
Gemfile.lock
10
Gemfile.lock
|
@ -6,7 +6,7 @@ GEM
|
|||
bson (1.5.2)
|
||||
bson (1.5.2-java)
|
||||
bunny (0.7.9)
|
||||
cabin (0.3.8)
|
||||
cabin (0.4.1)
|
||||
json
|
||||
childprocess (0.3.1)
|
||||
ffi (~> 1.0.6)
|
||||
|
@ -20,8 +20,8 @@ GEM
|
|||
gelfd (0.2.0)
|
||||
gmetric (0.1.3)
|
||||
haml (3.1.4)
|
||||
jls-grok (0.10.5)
|
||||
cabin (~> 0.3.0)
|
||||
jls-grok (0.10.6)
|
||||
cabin (~> 0.4.0)
|
||||
jruby-elasticsearch (0.0.11)
|
||||
jruby-openssl (0.7.5)
|
||||
bouncy-castle-java (>= 1.5.0146.1)
|
||||
|
@ -57,7 +57,7 @@ PLATFORMS
|
|||
DEPENDENCIES
|
||||
awesome_print
|
||||
bunny
|
||||
cabin (= 0.3.8)
|
||||
cabin (= 0.4.1)
|
||||
ffi
|
||||
ffi-rzmq (= 0.9.0)
|
||||
filewatch (= 0.3.3)
|
||||
|
@ -65,7 +65,7 @@ DEPENDENCIES
|
|||
gelfd (= 0.2.0)
|
||||
gmetric (= 0.1.3)
|
||||
haml
|
||||
jls-grok (= 0.10.5)
|
||||
jls-grok (= 0.10.6)
|
||||
jruby-elasticsearch (= 0.0.11)
|
||||
jruby-openssl
|
||||
json
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue