Open mlgvla opened 4 years ago
Same issue
This is just a workaround a found on Google.
in your terminal type:
gem info json
make note of the version number listed with the word default next to it (the others might work too, I just didn't try them).
open the Gemfile.lock file and find the json entry. replace the existing version number with the one noted above.
save the file, and try running
bundle install
again.
hope this helps!
I get this error:
So, I can't migrate the database or run the app.