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