Skip to content

Commit

Permalink
Make tests green on jruby
Browse files Browse the repository at this point in the history
  • Loading branch information
flori committed Dec 10, 2019
1 parent c194360 commit acabfeb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Binary file modified json.gemspec
Binary file not shown.
2 changes: 1 addition & 1 deletion json_pure.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Gem::Specification.new do |s|
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib".freeze]
s.authors = ["Florian Frank".freeze]
s.date = "2019-12-09"
s.date = "2019-12-10"
s.description = "This is a JSON implementation in pure Ruby.".freeze
s.email = "flori@ping.de".freeze
s.extra_rdoc_files = ["README.md".freeze]
Expand Down
1 change: 1 addition & 0 deletions tests/json_generator_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ def silence
end

def test_remove_const_segv
return if RUBY_ENGINE == 'jruby'
stress = GC.stress
const = JSON::SAFE_STATE_PROTOTYPE.dup

Expand Down

0 comments on commit acabfeb

Please sign in to comment.