Last active
August 29, 2015 14:06
-
-
Save vincentpaca/31dfec127128e203819b to your computer and use it in GitHub Desktop.
Deis wrong ruby versions
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
> cat Gemfile | |
... | |
ruby '2.1.2' | |
... | |
> deis run 'ruby -v' | |
ruby 1.9.3p194 (2012-04-20 revision 35410) [x86_64-linux] | |
> deis run 'rake' | |
/bin/bash: rake: command not found |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment