Last active
August 29, 2015 13:55
-
-
Save vasanthela/8700721 to your computer and use it in GitHub Desktop.
Bundler::GemNotFound: Could not find minitest-4.7.5.gem for installation
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
Fetching gem metadata from https://rubygems.org/......... | |
Fetching additional metadata from https://rubygems.org/.. | |
Using rake (10.1.1) | |
Using i18n (0.6.9) | |
Bundler::GemNotFound: Could not find minitest-4.7.5.gem for installation | |
An error occurred while installing minitest (4.7.5), and Bundler cannot continue. | |
Make sure that `gem install minitest -v '4.7.5'` succeeds before bundling. |
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
Use bundler version > 1.5.1 |
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
You're running an outdated version of Bundler. | |
You should upgrade: `gem install bundler -v '= 1.5.1'` | |
https://github.com/travis-ci/travis-ci/issues/1806 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment