Skip to content
New issue

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

Unable to install gem using bundler? #30

Open
sahayapoorva opened this issue Apr 23, 2017 · 1 comment
Open

Unable to install gem using bundler? #30

sahayapoorva opened this issue Apr 23, 2017 · 1 comment

Comments

@sahayapoorva
Copy link

I am getting circular dependency error while I try to install the gem using bundler.

Error message ::
λ bundle install Fetching gem metadata from https://rubygems.org/.......... Fetching version metadata from https://rubygems.org/.. Fetching dependency metadata from https://rubygems.org/. Resolving dependencies... Your bundle requires gems that depend on each other, creating an infinite loop. Please remove gem 'meta_search' and try again.

I tried install the gem directly But I am getting similar error.
λ gem install just-datetime-picker ERROR: While executing gem ... (Gem::Resolver::Molinillo::CircularDependencyError) There is a circular dependency between meta_search and meta_search

@lucasgomide
Copy link

lucasgomide commented Aug 29, 2018

Hi @sahayapoorva, I had the same problem also.

At first check out if you have meta_search in your Gemfile file. If you find it, please remove then run bundle install.

Otherwise, if these changes doesn't work, clean bundle cache then run bundle install

bundle clean --force
bundle install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants