bundle install fails : latest version 2.1.2
sachinsshetty opened this issue · 4 comments
Environment
- So Simple version: 3.2.0
- Ruby gem or remote theme version:
- Jekyll version: 3.6
- Git repository URL: https://github.com/sachinsshetty/so-simple-theme/
- GitHub Pages hosted (if yes provide URL to site):
- Operating system: Ubuntu 18.04
Expected behavior
bundle install runs successfully
Steps to reproduce the behavior
- Error on
bundle install
Output :
Bundler could not find compatible versions for gem "bundler":
In Gemfile:
bundler (~> 2.0.2)
Current Bundler version:
bundler (2.1.2)
This Gemfile requires a different version of Bundler.
Perhaps you need to update Bundler by running gem install bundler
?
Could not find gem 'bundler (~> 2.0.2)' in any of the relevant sources:
the local ruby installation
Other
Latest bundler stable release : 2.1.2 - https://github.com/bundler/bundler/blob/master/CHANGELOG.md
Did you try taking the advice of the error message and run gem install bundler
first?
Yes. 'gem install bundler' in ubuntu 18.04 LTS installs the current stable branch 2.1.2 of bundler. After updating version in jekyll-theme-so-simple.gemspec file . #362 ,it started working
This issue has been automatically marked as stale because it has not had recent activity.
If this is a bug and you can still reproduce this error on the master
branch, please reply with any additional information you have about it in order to keep the issue open.
If this is a feature request, please consider whether it can be accomplished in another way. If it cannot, please elaborate on why it is core to this project and why you feel more than 80% of users would find this beneficial.
This issue will automatically be closed in 7 days if no further activity occurs. Thank you for all your contributions.
fixed in #362