Skip to content

Commit

Permalink
Merge pull request elastic#107 from NickPadilla/master
Browse files Browse the repository at this point in the history
Problem with jls-grok-0.10.4
  • Loading branch information
jordansissel committed Feb 8, 2012
2 parents 30818a7 + 0e2750f commit 3479220
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -5,7 +5,7 @@ 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.4" # for grok filter, BSD License
gem "jls-grok", "0.10.5" # for grok filter, BSD License
gem "jruby-elasticsearch", "0.0.11", :platforms => :jruby # BSD License
gem "stomp" # for stomp protocol, Apache 2.0 License
gem "json" # Ruby license
Expand Down
2 changes: 1 addition & 1 deletion logstash.gemspec
Expand Up @@ -31,7 +31,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "gelf" # outputs/gelf, # License: MIT-style
spec.add_dependency "gmetric", "~> 0.1.3" # outputs/ganglia, # License: MIT
spec.add_dependency "haml" # License: MIT
spec.add_dependency "jls-grok", "0.9.6" # for grok filter, BSD License
spec.add_dependency "jls-grok", "0.10.5" # for grok filter, BSD License
spec.add_dependency "jruby-elasticsearch", "~> 0.0.11" # BSD License
spec.add_dependency "jruby-openssl" # For enabling SSL support, CPL/GPL 2.0
spec.add_dependency "json" # Ruby license
Expand Down

0 comments on commit 3479220

Please sign in to comment.