I want to use both the twitter gem and the pingdom-client gem in a small api health/status site I need to build.
When I try to bundle install the pingdom-client gem, I get the following error.
Bundler could not find compatible versions for gem "faraday":
In Gemfile:
pingdom-client (>= 0) ruby depends on
faraday (~> 0.5.6) ruby
twitter (>= 0) ruby depends on
faraday (0.8.4)
What are my options for resolving this issue? Or do I need to abandon the use of one of these gems?
There isn’t a newer version of
pingdom-clientavailable with a better dependency, so you can try creating one on your own.faradaywithgem uninstall faradaypingdom-client.faradayto(~> 0.8.4)it it’spingdom-client.gemspecChange your
Gemfileline tobundleCheck your application to see if all is well with
pingdom-clientrunning the newer version offaraday