Skip to content

Commit

Permalink
Bump JrJackson gem to 0.2.9 to fix RubyBasicObject bug
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewvc committed Jul 6, 2015
1 parent bd75161 commit 3e6d619
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions Gemfile.jruby-1.9.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ PATH
cabin (~> 0.7.0)
clamp (~> 0.6.5)
filesize (= 0.0.4)
gems (~> 0.8.3)
i18n (= 0.6.9)
jrjackson (~> 0.2.8)
jrjackson (~> 0.2.9)
minitar (~> 0.5.4)
pry (~> 0.10.1)
stud (~> 0.0.19)
Expand Down Expand Up @@ -48,6 +49,7 @@ GEM
file-dependencies (0.1.6)
minitar
filesize (0.0.4)
flores (0.0.4)
fpm (1.3.3)
arr-pm (~> 0.0.9)
backports (>= 2.6.2)
Expand All @@ -62,7 +64,7 @@ GEM
domain_name (~> 0.5)
i18n (0.6.9)
insist (1.0.0)
jrjackson (0.2.8)
jrjackson (0.2.9)
json (1.8.2-java)
logstash-devutils (0.0.14-java)
gem_publisher
Expand Down Expand Up @@ -131,6 +133,7 @@ DEPENDENCIES
ci_reporter_rspec (= 1.0.0)
coveralls
file-dependencies (= 0.1.6)
flores (~> 0.0.4)
fpm (~> 1.3.3)
gems (~> 0.8.3)
logstash-core (= 2.0.0.dev)!
Expand Down
2 changes: 1 addition & 1 deletion logstash-core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Gem::Specification.new do |gem|

if RUBY_PLATFORM == 'java'
gem.platform = RUBY_PLATFORM
gem.add_runtime_dependency "jrjackson", "~> 0.2.8" #(Apache 2.0 license)
gem.add_runtime_dependency "jrjackson", "~> 0.2.9" #(Apache 2.0 license)
else
gem.add_runtime_dependency "oj" #(MIT-style license)
end
Expand Down

0 comments on commit 3e6d619

Please sign in to comment.