Created
February 16, 2016 23:34
-
-
Save zach2825/fc1c557fba7195d6d945 to your computer and use it in GitHub Desktop.
ruby info
This file contains 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
ruby --version | |
ruby 2.0.0p648 (2015-12-16 revision 53162) [x86_64-linux-gnu] | |
but when i try to run bundle install i get this error | |
Installing prawn 2.0.2 | |
Gem::InstallError: prawn requires Ruby version >= 2.0.0. | |
but you can see that im using 2.0.0p648 i cannot figure out why it will not use the new ruby version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment