mirror of
https://github.com/elastic/logstash.git
synced 2025-04-23 22:27:21 -04:00
- Update jls-grok to remove that stupid rubygems YAML bug
- Remove ruby-debug since it doesn't work in ruby 1.9 and I don't care about it right now.
This commit is contained in:
parent
7fdb2fb636
commit
8ef1241c6b
2 changed files with 16 additions and 21 deletions
3
Gemfile
3
Gemfile
|
@ -8,7 +8,7 @@ gem "cabin", "0.1.7" # for logging. apache 2 license
|
|||
gem "bunny" # for amqp support, MIT-style license
|
||||
gem "uuidtools" # for naming amqp queues, License ???
|
||||
gem "filewatch", "0.3.2" # for file tailing, BSD License
|
||||
gem "jls-grok", "0.9.4" # for grok filter, BSD License
|
||||
gem "jls-grok", "0.9.6" # for grok filter, BSD License
|
||||
jruby? and gem "jruby-elasticsearch", "0.0.11" # BSD License
|
||||
gem "stomp" # for stomp protocol, Apache 2.0 License
|
||||
gem "json" # Ruby license
|
||||
|
@ -32,6 +32,7 @@ gem "xmpp4r", "0.5" # outputs/xmpp, # License: As-Is
|
|||
gem "gelfd", "0.2.0" #inputs/gelf, # License: Apache 2.0
|
||||
|
||||
gem "ffi-rzmq", "0.9.0"
|
||||
gem "ffi"
|
||||
|
||||
# ruby-debug is broken in 1.9.x due, at a minimum, the following:
|
||||
# Installing rbx-require-relative (0.0.5)
|
||||
|
|
34
Gemfile.lock
34
Gemfile.lock
|
@ -8,7 +8,11 @@ GEM
|
|||
bunny (0.7.8)
|
||||
cabin (0.1.7)
|
||||
json
|
||||
columnize (0.3.4)
|
||||
childprocess (0.3.0)
|
||||
ffi (~> 1.0.6)
|
||||
choice (0.1.4)
|
||||
ffi (1.0.11)
|
||||
ffi (1.0.11-java)
|
||||
ffi-rzmq (0.9.0)
|
||||
filewatch (0.3.2)
|
||||
gelf (1.1.3)
|
||||
|
@ -16,34 +20,25 @@ GEM
|
|||
gelfd (0.2.0)
|
||||
gmetric (0.1.3)
|
||||
haml (3.1.3)
|
||||
jls-grok (0.9.4)
|
||||
jls-grok (0.9.6)
|
||||
cabin (= 0.1.7)
|
||||
jruby-elasticsearch (0.0.11)
|
||||
jruby-openssl (0.7.4)
|
||||
bouncy-castle-java
|
||||
jruby-openssl (0.7.5)
|
||||
bouncy-castle-java (>= 1.5.0146.1)
|
||||
json (1.6.3)
|
||||
json (1.6.3-java)
|
||||
linecache (0.46)
|
||||
rbx-require-relative (> 0.0.4)
|
||||
metaclass (0.0.1)
|
||||
minitest (2.6.1)
|
||||
mizuno (0.4.0)
|
||||
mizuno (0.5.0)
|
||||
childprocess (>= 0.2.6)
|
||||
choice (>= 0.1.0)
|
||||
ffi (>= 1.0.0)
|
||||
rack (>= 1.0.0)
|
||||
mocha (0.10.0)
|
||||
metaclass (~> 0.0.1)
|
||||
mongo (1.4.0)
|
||||
bson (= 1.4.0)
|
||||
rack (1.3.4)
|
||||
rack-protection (1.1.4)
|
||||
rack
|
||||
rbx-require-relative (0.0.5)
|
||||
redis (2.2.2)
|
||||
ruby-debug (0.10.4)
|
||||
columnize (>= 0.1)
|
||||
ruby-debug-base (~> 0.10.4.0)
|
||||
ruby-debug-base (0.10.4)
|
||||
linecache (>= 0.3)
|
||||
ruby-debug-base (0.10.4-java)
|
||||
sass (3.1.10)
|
||||
sinatra (1.3.1)
|
||||
rack (~> 1.3, >= 1.3.4)
|
||||
|
@ -63,23 +58,22 @@ DEPENDENCIES
|
|||
awesome_print
|
||||
bunny
|
||||
cabin (= 0.1.7)
|
||||
ffi
|
||||
ffi-rzmq (= 0.9.0)
|
||||
filewatch (= 0.3.2)
|
||||
gelf
|
||||
gelfd (= 0.2.0)
|
||||
gmetric (= 0.1.3)
|
||||
haml
|
||||
jls-grok (= 0.9.4)
|
||||
jls-grok (= 0.9.6)
|
||||
jruby-elasticsearch (= 0.0.11)
|
||||
jruby-openssl
|
||||
json
|
||||
minitest
|
||||
mizuno
|
||||
mocha (= 0.10.0)
|
||||
mongo
|
||||
rack
|
||||
redis
|
||||
ruby-debug (= 0.10.4)
|
||||
sass
|
||||
sinatra
|
||||
statsd-ruby (= 0.3.0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue