Closed weyus closed 11 years ago
After restoring my Gemfile.lock file, I can get fb_graph to live comfortably with multi_json 1.3.7.
I am wondering if there might be a bug in Bundler at work here.
If I remove the Gemfile.lock file to try to get bundler to resolve from scratch, it never completes, but I think that is a separate issue.
Feel free to close this after you comment (if you have any insight as to why that occurred).
I'm quite confused. I was attempting to update my gems and through various iterations of it (removing Gemfile.lock ,etc.), I ran into a conflict over multi_json (see: https://github.com/nov/fb_graph/issues/292). Now, I attempt to fix the version of fb_graph in my Gemfile to 2.5.9 and I get this:
"fb_graph (= 2.5.9) ruby depends on multi_json (1.5.0)"
This dependency did not exist before, to the best of my knowledge. How is this possible?