Error message:
Bundler could not find compatible versions for gem "does-not-exist":
In Gemfile:
dep2 was resolved to 0.0.1, which depends on
does-not-exist (= 1.0.0)
Could not find gem 'does-not-exist (= 1.0.0)', which is required by gem 'dep2', in any of the sources.
Bundler could not find compatible versions for gem "librato-metrics":
In Gemfile:
librato-metrics (= 1.5.0)
dependency was resolved to 0.0.1, which depends on
librato-metrics
Clearly, there's no real conflict with librato-metrics. If you fix the does-not-exist dependency error, then the librato-metrics error goes away. I traced the problem to the version of Milinillo that's in the Bundler repo, but that bug probably exists here too.
This small project demonstrates the problem: https://github.com/j3pic/bundler-test
Error message:
Clearly, there's no real conflict with
librato-metrics. If you fix thedoes-not-existdependency error, then thelibrato-metricserror goes away. I traced the problem to the version of Milinillo that's in the Bundler repo, but that bug probably exists here too.This small project demonstrates the problem: https://github.com/j3pic/bundler-test