cachebar icon indicating copy to clipboard operation
cachebar copied to clipboard

No-install

Open arjunmenon opened this issue 11 years ago • 2 comments

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)

arjunmenon avatar Aug 01 '14 13:08 arjunmenon

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

curbsaleem avatar Jul 06 '15 11:07 curbsaleem

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.

mejiaro avatar Oct 14 '15 20:10 mejiaro