Skip to content

Instantly share code, notes, and snippets.

@vincentpaca
Last active August 29, 2015 14:06

Revisions

  1. vincentpaca revised this gist Sep 9, 2014. 1 changed file with 4 additions and 1 deletion.
    5 changes: 4 additions & 1 deletion deis_errors1
    Original 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]
    ruby 1.9.3p194 (2012-04-20 revision 35410) [x86_64-linux]

    > deis run 'rake'
    /bin/bash: rake: command not found
  2. vincentpaca revised this gist Sep 9, 2014. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions deis_errors1
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,7 @@
    cat Gemfile
    > cat Gemfile
    ...
    ruby '2.1.2'
    ...

    deis run 'ruby -v'
    > deis run 'ruby -v'
    ruby 1.9.3p194 (2012-04-20 revision 35410) [x86_64-linux]
  3. vincentpaca created this gist Sep 9, 2014.
    7 changes: 7 additions & 0 deletions deis_errors1
    Original 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]