symengine.rb icon indicating copy to clipboard operation
symengine.rb copied to clipboard

bundler version should not be specified in gemspec

Open Shekharrajak opened this issue 6 years ago • 1 comments

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

Shekharrajak avatar Jan 14 '19 06:01 Shekharrajak

@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.

Sylfrena avatar Apr 05 '19 18:04 Sylfrena