Closed Fudoshiki closed 7 years ago
Need to lock rack to 1.x for versions prior to Ruby 2.2, should also probably test the gem on Ruby 2.3. json 2.x requires Ruby 2.0+.
Maybe worth dropping Ruby 1.9 and 2.0 support as well, as both are EOL.
Oh, and the reason for allowing json 2.x is that json 1.x doesn't currently support Ruby 2.4.
Alternatively we could just drop the json gem entirely, as was done here and here.
yes ... please drop it altogether ❤️
I have prepared #113. Please have a look.
I think we are good with #114 now.
Need to lock rack to 1.x for versions prior to Ruby 2.2, should also probably test the gem on Ruby 2.3. json 2.x requires Ruby 2.0+.
Maybe worth dropping Ruby 1.9 and 2.0 support as well, as both are EOL.