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