No-install
This is what i get when i bundle install
Fetching gem metadata from https://rubygems.org/........
Fetching additional metadata from https://rubygems.org/..
Resolving dependencies...
Bundler could not find compatible versions for gem "httparty":
In Gemfile:
cachebar (>= 0) x86-mingw32 depends on
httparty (~> 0.8.3) x86-mingw32
httparty (0.13.1)
HI,
I am also facing the same issue. Fetching gem metadata from https://rubygems.org/............ Fetching version metadata from https://rubygems.org/... Fetching dependency metadata from https://rubygems.org/.. Resolving dependencies..... Bundler could not find compatible versions for gem "httparty": In snapshot (Gemfile.lock): httparty (= 0.11.0)
In Gemfile: jawbone (>= 0) ruby depends on httparty (~> 0.11.0) ruby
simplificator-withings (>= 0) ruby depends on
httparty (>= 0) ruby
cachebar (>= 0) ruby depends on
httparty (~> 0.8.3) ruby
simplificator-withings (>= 0) ruby depends on
httparty (>= 0) ruby
Running bundle update will rebuild your snapshot from scratch, using only
the gems in your Gemfile, which may resolve the conflict.
Let me know, how you have fixed it ?
Thanks
Hi, just in case anyone has this problem again, I added the gem 'cachebar' to the Gemfile first and then I ran bundle update. It installed without errors.
Btw, I couldn't get this gem to work, however https://github.com/homeflow/dry_ice does.