logo

Rails devs: heads up on JSON 3.0 gem

Posted by jjgreen |2 hours ago |1 comments

jjgreen 2 hours ago

Full title: After update gem json to 3.0.0 Rails 8.1.3.1 raise the error: wrong number of arguments (given 2, expected 1)

You'll be needing

   gem 'json', '< 3'
in your Gemfile