3scale / apisonator

Red Hat 3scale API Management Apisonator backend
https://3scale.net
Apache License 2.0
36 stars 27 forks source link

Bump json to 2.5.1 #364

Closed lvillen closed 4 months ago

lvillen commented 4 months ago

What this PR does Bumps json gem to 2.5.1.

Why we need it Ruby 3.0.X has json 2.5.1 as the default gem, however we're currently using 2.3.1 so this PR updates the Gemfile to align with that. It will also solve our current problem with RubyMine debugger, since it will resolve the actual conflict with the default json.