You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the same problem!, I don't know why the author of this gem specified that version of multi_json.
Anyway, I forked the repo, and then deleted that version of multi_json to install the last version, or a version compatible with the other gems specified on the Gemfile.
If anyone wants to use my repo (meanwhile the author of the gem fix this issue), add this on Gemfile:
gem 'agilezen', :git => 'git://github.com/RodrigoAyala/agilezen.git'
Hi,
We are having version conflicts when using agilezen with bundler. It might be we are not using bundler correctly...
The problem is that we have other gems (simplecov, fog) requiring multi_json v1.0.3 but agilezen requires v0.0.5. The error looks like this:
Unable to activate simplecov-0.5.4, because multi_json-0.0.5 conflicts with multi_json (~> 1.0.3) (Gem::LoadError)
Is there a way to use both versions of multi_json? How can we solve this issue?
Thanks,
Isel
The text was updated successfully, but these errors were encountered: