Hi When I add curdbee gem in my gem file I am getting gem dependency error. This error I am facing:
Bundler could not find compatible versions for gem "hashie":
In snapshot (Gemfile.lock):
hashie (1.2.0)
In Gemfile:
curdbee (~> 0.0.10) x86-mingw32 depends on
hashie (~> 0.1.8) x86-mingw32
I have tried after deleting my Gemfile.lock. I found that omniauth is using hashie gem. At that time this is error:
Bundler could not find compatible versions for gem "hashie":
In Gemfile:
omniauth (~> 1.1.1) ruby depends on
hashie (~> 1.2) ruby
curdbee (~> 0.0.10) ruby depends on
hashie (0.1.8)
What to do to resolve this problem ?
Hi When I add curdbee gem in my gem file I am getting gem dependency error. This error I am facing:
I have tried after deleting my Gemfile.lock. I found that omniauth is using hashie gem. At that time this is error:
What to do to resolve this problem ?