Skip to content

Instantly share code, notes, and snippets.

@zach2825
Created February 16, 2016 23:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zach2825/fc1c557fba7195d6d945 to your computer and use it in GitHub Desktop.
Save zach2825/fc1c557fba7195d6d945 to your computer and use it in GitHub Desktop.
ruby info
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