bumping Gemfile

This commit is contained in:
John E. Vincent 2012-05-28 22:22:57 -04:00
parent fc3cc76e0b
commit d552e98929

View file

@ -1,13 +1,15 @@
source :rubygems
gem "cabin", "0.4.1" # for logging. apache 2 license
gem "cabin", "0.4.4" # for logging. apache 2 license
gem "bunny" # for amqp support, MIT-style license
gem "uuidtools" # for naming amqp queues, License ???
gem "filewatch", "0.3.3" # for file tailing, BSD License
gem "jls-grok", "0.10.6" # for grok filter, BSD License
gem "aws-sdk" # for AWS access: SNS and S3 log tailing. Apache 2.0 License
gem "jruby-elasticsearch", "0.0.11", :platforms => :jruby # BSD License
#gem "lusis-jruby-elasticsearch", "0.0.13", :platforms => :jruby # BSD License
# Placeholder so master ES works until @jordansissel push a new jruby-elasticsearch
gem "lusis-jruby-elasticsearch", "0.0.13", :platforms => :jruby # BSD License
gem "onstomp" # for stomp protocol, Apache 2.0 License
gem "json" # Ruby license
#gem "awesome_print" # MIT License