Created
June 11, 2012 19:04
-
-
Save wireframe/2912002 to your computer and use it in GitHub Desktop.
Revisions
-
wireframe created this gist
Jun 11, 2012 .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,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