Skip to content

Instantly share code, notes, and snippets.

@wireframe
Created June 11, 2012 19:04
Show Gist options
  • Save wireframe/2912002 to your computer and use it in GitHub Desktop.
Save wireframe/2912002 to your computer and use it in GitHub Desktop.

Revisions

  1. wireframe created this gist Jun 11, 2012.
    12 changes: 12 additions & 0 deletions message.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,12 @@
    Automatic RVM support is deprecated

    We’re showing you this notice because you just accessed an application with a per-project .rvmrc file.

    Support for automatically loading per-project .rvmrc files in Pow is deprecated and will be removed in the next major release.

    Ensure your application continues to work with future releases of Pow by adding the following code to the application’s .powrc file:

    if [ -f "$rvm_path/scripts/rvm" ] && [ -f ".rvmrc" ]; then
    source "$rvm_path/scripts/rvm"
    source ".rvmrc"
    fi