Updated bundler dependency version#623
Open
wongalvis14 wants to merge 1 commit intoSciRuby:masterfrom
Open
Conversation
Solve the following issue as 2.0.1 is installed by default with `gem install bundler` ~/workspace/nmatrix (master) $ bundle install 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.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.6)' in any of the relevant sources: the local ruby installation
Shekharrajak
reviewed
Mar 3, 2019
|
|
||
| gem.add_dependency 'packable', '~> 1.3', '>= 1.3.5' | ||
| gem.add_development_dependency 'bundler', '~>1.6' | ||
| gem.add_development_dependency 'bundler', '>=1.6' |
Member
There was a problem hiding this comment.
I think you want to try this:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Solve the following issue as 2.0.1 is installed by default with
gem install bundler~/workspace/nmatrix (master) $ bundle install
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.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.6)' in any of the relevant sources:
the local ruby installation