We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c194360 commit acabfebCopy full SHA for acabfeb
json.gemspec
0 Bytes
json_pure.gemspec
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
8
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
9
s.require_paths = ["lib".freeze]
10
s.authors = ["Florian Frank".freeze]
11
- s.date = "2019-12-09"
+ s.date = "2019-12-10"
12
s.description = "This is a JSON implementation in pure Ruby.".freeze
13
s.email = "flori@ping.de".freeze
14
s.extra_rdoc_files = ["README.md".freeze]
tests/json_generator_test.rb
@@ -49,6 +49,7 @@ def silence
49
end
50
51
def test_remove_const_segv
52
+ return if RUBY_ENGINE == 'jruby'
53
stress = GC.stress
54
const = JSON::SAFE_STATE_PROTOTYPE.dup
55
0 commit comments