Skip to content

bundler version should not be specified in gemspec #71

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

Open
Shekharrajak opened this issue Jan 14, 2019 · 1 comment
Open

bundler version should not be specified in gemspec #71

Shekharrajak opened this issue Jan 14, 2019 · 1 comment

Comments

@Shekharrajak
Copy link

Shekharrajak commented Jan 14, 2019

I got this error, when I tried to run bundle install :

Bundler could not find compatible versions for gem "bundler":
  In Gemfile:
    bundler (~> 1.7)

  Current Bundler version:
    bundler (2.0.1)
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.7)' in any of the relevant sources:

It is because I have installed bundler version 2.0

@Sylfrena
Copy link

Sylfrena commented Apr 5, 2019

@Shekharrajak Hey! Is this issue up for grabs? Got the same error while building it right now. Would like to make a PR but thought I should ask before as #72 already fixes this.

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