We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From jruby/jruby#6338.
require 'json' puts JSON.pretty_generate({})
% chruby 2.5.7 % ruby -v test.rb ruby 2.5.7p206 (2019-10-01 revision 67816) [x86_64-darwin19] { } % chruby jruby 9.2.11.1 % ruby -v test.rb jruby 9.2.11.1 (2.5.7) 2020-03-25 b1f55b1a40 OpenJDK 64-Bit Server VM 25.252-b14 on 1.8.0_252-b14 +jit [darwin-x86_64] { }
The text was updated successfully, but these errors were encountered:
What's version of json gem?
Sorry, something went wrong.
I think it's 2.3.0 - if I'm understanding the JRuby build system correctly.
2.3.0
Can we close this?
No branches or pull requests
From jruby/jruby#6338.
The text was updated successfully, but these errors were encountered: