nov / fb_graph

This gem doesn't support FB Graph API v2.0+. Please use fb_graph2 gem instead.
MIT License
1.04k stars 191 forks source link

fb_graph 2.5.9 now depends on multi_json 1.5.0 - why? #297

Closed weyus closed 11 years ago

weyus commented 11 years ago

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?

weyus commented 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).