Skip to content
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

bundler issue because of multi_json dependency #3

Open
isel opened this issue Jan 30, 2012 · 1 comment
Open

bundler issue because of multi_json dependency #3

isel opened this issue Jan 30, 2012 · 1 comment

Comments

@isel
Copy link

isel commented Jan 30, 2012

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

@RodrigoAyala
Copy link

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

Repository owner deleted a comment from chasedson Feb 7, 2024
Repository owner deleted a comment from wordfeng Feb 21, 2024
Repository owner deleted a comment from duskagain Feb 23, 2024
Repository owner deleted a comment from renato71amorim Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants