avsej / gson.rb

Ruby wrapper for google-gson library
Apache License 2.0
10 stars 5 forks source link

Remove reference to RubyStringIO #8

Open bigsur0 opened 6 years ago

bigsur0 commented 6 years ago

https://github.com/avsej/gson.rb/blob/master/ext/gson_ext/Decoder.java

The reference to org.jruby.ext.stringio.RubyStringIO is incompatible with current JRuby version in some codepaths.

avsej commented 6 years ago

@r6p, could you open PR, please?