-
Notifications
You must be signed in to change notification settings - Fork 64
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
JSON Conflict error with manually including JSON gem #105
Comments
Hey @mikeyoungyoung, Sadly the fixed We're considering removing this dependency and deprecating Ruby versions < 2.0 soon, but sadly this is not currently possible. I'd recommend you to for the moment create a fork without this hard dependency and use it from there or use a local copy of the gem with the Hope this helps, and hope we can get this solved on the mainstream release soon. Cheers |
Hwy @mikeyoungyoung, #106 removes the hard dependency on Hope that helps Cheers |
perfect! works for me |
@dlitvakb any idea when that will be? No rush on my side, just curious as to when I should be changing |
@mikeyoungyoung we will be releasing today, only a very small refactor pending after review 😄 |
@mikeyoungyoung Cheers |
After executing calabash-android run test.apk Unable to activate calabash-android-0.9.0, because json-2.0.2 conflicts with json (~> 1.8) (Gem::ConflictError) |
Hey @rohanschari, Looks like your issue is with either Either update to a newer version or make sure that there's no other conflicting gem in your project. Cheers |
I have an issue using the contactful.rb gem. Error below:
'`/Users/michael.young/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/rubygems/specification.rb:2284:in
raise_if_conflicts': Unable to activate contentful-1.0.0, because json-2.0.2 conflicts with json (~> 1.8) (Gem::ConflictError)from /Users/michael.young/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/rubygems/specification.rb:1407:in
activate' from /Users/michael.young/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/rubygems.rb:196:in
rescue in try_activate'from /Users/michael.young/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/rubygems.rb:193:in
try_activate' from /Users/michael.young/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:125:in
rescue in require'from /Users/michael.young/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:40:in
require' from app.rb:7:in
When I try and pull back content through irb it runs fine, but in my sinatra app where I have also manually included json I see the above error
The text was updated successfully, but these errors were encountered: