Facing dependency error for "faraday"

Hi,
Please solve below dependency.

  Bundler could not find compatible versions for gem "faraday":
In Gemfile:
swiftype (>= 0) ruby depends on
faraday (~> 0.8.1) ruby
context-io (>= 0) ruby depends on
faraday (0.7.6)



 I follow below links but not getting:-

http://stackoverflow.com/questions/6132479/2-gems-need-different-versions-of-the-same-dependency http://stackoverflow.com/questions/8878980/rails-bundle-one-gem-two-versions?rq=1 http://stackoverflow.com/questions/6320363/adding-2-versions-of-a-gem-in-bundler?rq=1

1. 3:25 AM
[http://stackoverflow.com/questions/7144846/bundler-could-not-find-compatible-versions-for-gem](http://stackoverflow.com/questions/7144846/bundler-could-not-find-compatible-versions-for-gem)





Thanks



Best Regards

Fahim Babar Patel

Hi,

Please solve below dependency.

Bundler could not find compatible versions for gem "faraday":   In Gemfile:     swiftype (>= 0) ruby depends on       faraday (~> 0.8.1) ruby

    context-io (>= 0) ruby depends on       faraday (0.7.6)

If what you have stated above is correct then you are stuck as there is no version of faraday that will satisfy both requirements. Have you checked whether you have the latest versions of context-io and swiftype?

Try bundle update swiftype bundle update context-io bundle install

Colin

Thanks Colin for reply.

When i try to fire your commands terminal get hanged.

Hi,

Use contextio instead of context-io