raid5/agilezen

bundler issue because of multi_json dependency

Opened this issue · 1 comments

isel commented

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

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'

Cheers!
Rodrigo