1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Prepare to release json-2.5.0

This commit is contained in:
Hiroshi SHIBATA 2020-12-22 18:18:32 +09:00
parent f2f00e24fa
commit edb76e8765
Notes: git 2020-12-22 19:44:53 +09:00
6 changed files with 6 additions and 8 deletions

View file

@ -232,7 +232,7 @@ EOT
end
def test_gc
if respond_to?(:assert_in_out_err)
if respond_to?(:assert_in_out_err) && !(RUBY_PLATFORM =~ /java/)
assert_in_out_err(%w[-rjson --disable-gems], <<-EOS, [], [])
bignum_too_long_to_embed_as_string = 1234567890123456789012345
expect = bignum_too_long_to_embed_as_string.to_s