Create a gist now

Instantly share code, notes, and snippets.

What would you like to do?
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