Skip to content

Commit

Permalink
- Add awesome_print
Browse files Browse the repository at this point in the history
- Pin jruby-openssl to 0.8.2 due to bugs in 0.8.4 (LOGSTASH-951)
  • Loading branch information
jordansissel committed Mar 12, 2013
1 parent a8437c0 commit 56d3174
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion logstash.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Gem::Specification.new do |gem|

# Input/Output/Filter dependencies
#TODO Can these be optional?
gem.add_runtime_dependency "awesome_print"
gem.add_runtime_dependency "aws-sdk"
gem.add_runtime_dependency "heroku"
gem.add_runtime_dependency "addressable", ["~> 2.2.6"]
Expand Down Expand Up @@ -70,7 +71,7 @@ Gem::Specification.new do |gem|
gem.platform = RUBY_PLATFORM
gem.add_runtime_dependency "jruby-elasticsearch", ["0.0.14"]
gem.add_runtime_dependency "jruby-httpclient"
gem.add_runtime_dependency "jruby-openssl"
gem.add_runtime_dependency "jruby-openssl", "0.8.2"
gem.add_runtime_dependency "jruby-win32ole"
gem.add_runtime_dependency "jdbc-mysql" # For input drupal_dblog
gem.add_runtime_dependency "msgpack-jruby"
Expand Down

0 comments on commit 56d3174

Please sign in to comment.