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

Bundler could not find compatible versions for gem "bundler" #8

Closed
etagwerker opened this issue Oct 7, 2020 · 0 comments · Fixed by #9
Closed

Bundler could not find compatible versions for gem "bundler" #8

etagwerker opened this issue Oct 7, 2020 · 0 comments · Fixed by #9

Comments

@etagwerker
Copy link
Member

Hi @bleonard,

Thanks for maintaining this project! It has been very useful so far.

I was interested in making my first contribution to your project, but I noticed that it is requiring an old version of bundler:

$ bundle
Fetching gem metadata from https://rubygems.org/.
Fetching gem metadata from https://rubygems.org/.
Resolving dependencies...
Bundler could not find compatible versions for gem "bundler":
  In Gemfile:
    bundler (~> 1.6)

  Current Bundler version:
    bundler (2.1.4)
This Gemfile requires a different version of Bundler.
Perhaps you need to update Bundler by running `gem install bundler`?

Could not find gem 'bundler (~> 1.6)' in any of the relevant sources:

Is there a good reason to require bundler v1.6.x instead of any bundler?

Things work fine if I relax the dependency.

Please let me know.

Thanks!

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

Successfully merging a pull request may close this issue.

1 participant