Rails devs: heads up on JSON 3.0 gemgithub.com/rails 2 pointsjjgreen2 days ago1 commentSaveHideCopy link On HNComments−jjgreenOP2dFull 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
Comments
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
in your Gemfile