Skip to content

Commit acabfeb

Browse files
committed
Make tests green on jruby
1 parent c194360 commit acabfeb

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

json.gemspec

0 Bytes
Binary file not shown.

json_pure.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
88
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
99
s.require_paths = ["lib".freeze]
1010
s.authors = ["Florian Frank".freeze]
11-
s.date = "2019-12-09"
11+
s.date = "2019-12-10"
1212
s.description = "This is a JSON implementation in pure Ruby.".freeze
1313
s.email = "flori@ping.de".freeze
1414
s.extra_rdoc_files = ["README.md".freeze]

tests/json_generator_test.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ def silence
4949
end
5050

5151
def test_remove_const_segv
52+
return if RUBY_ENGINE == 'jruby'
5253
stress = GC.stress
5354
const = JSON::SAFE_STATE_PROTOTYPE.dup
5455

0 commit comments

Comments
 (0)