We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 ?
The text was updated successfully, but these errors were encountered: