Last active
August 29, 2015 14:06
Revisions
-
vincentpaca revised this gist
Sep 9, 2014 . 1 changed file with 4 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -4,4 +4,7 @@ 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 -
vincentpaca revised this gist
Sep 9, 2014 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ > cat Gemfile ... ruby '2.1.2' ... > deis run 'ruby -v' ruby 1.9.3p194 (2012-04-20 revision 35410) [x86_64-linux] -
vincentpaca created this gist
Sep 9, 2014 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ cat Gemfile ... ruby '2.1.2' ... deis run 'ruby -v' ruby 1.9.3p194 (2012-04-20 revision 35410) [x86_64-linux]