1 pointby jjgreenan hour ago1 comment
  • jjgreenan hour 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