Created
May 2, 2012 18:39
-
-
Save trobrock/2579068 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
-> % bundle | |
.... | |
Installing unf (0.0.5) | |
Bundler::GemNotFound: Could not find unf-0.0.5-jruby.gem for installation | |
An error occured while installing unf (0.0.5), and Bundler cannot continue. | |
Make sure that `gem install unf -v '0.0.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
-> % gem install unf | |
Successfully installed unf-0.0.5-java | |
1 gem installed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment