Skip to content

Instantly share code, notes, and snippets.

@wireframe
Created June 11, 2012 19:04
Show Gist options
  • Select an option

  • Save wireframe/2912002 to your computer and use it in GitHub Desktop.

Select an option

Save wireframe/2912002 to your computer and use it in GitHub Desktop.
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
@MrZamo2003
Copy link

ok

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment