Created
August 25, 2010 19:57
-
-
Save vinbarnes/550168 to your computer and use it in GitHub Desktop.
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
[barnekr@saturnino:opt on test/stuff*]$ bundle install | |
Fetching source index for http://rubygems.org/ | |
Bundler could not find compatible versions for gem "bundler": | |
In Gemfile: | |
bundler (= 0.9.25) | |
In snapshot (Gemfile.lock): | |
bundler (1.0.0.rc.5) | |
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
[barnekr@saturnino:opt on test/stuff*]$ gem uninstall bundler -v '1.0.0.rc.5' | |
ERROR: While executing gem ... (Gem::InstallError) | |
cannot uninstall, check `gem list -d bundler` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment