-
Notifications
You must be signed in to change notification settings - Fork 242
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JSON already initialized #395
Comments
I found a workaround to this problem if anybody ever runs into the same issue. I simply added |
I found that I had multiple versions of $ gem uninstall json
Select gem to uninstall:
1. json-1.8.6
2. json-2.0.3
3. All versions
> 3
Successfully uninstalled json-1.8.6
Successfully uninstalled json-2.0.3 I'm an iOS dev, quite new to Ruby, so I'm not 100% on why this error is happening. From looking around the web it seems that If I can help debug, let me know :) |
Uninstalling non-bundled versions of |
I've started avoiding ever doing a |
Whenever I run my specs in Guard, I get a bunch of "constant already initialized" errors for
json
. When I run my specs directly in the terminal, I don't get this. Any idea what could be going on? I like at the Guard and Guard-Rspec code but I couldn't find anything obvious.Thanks
The text was updated successfully, but these errors were encountered: