Skip to content

Instantly share code, notes, and snippets.

@wireframe
Created June 11, 2012 19:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wireframe/2912002 to your computer and use it in GitHub Desktop.
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
@shahaf1423
Copy link

gnn

@shahaf1423
Copy link

๐Ÿ“ | Active (20+) - ืจื•ืœ ื”ื ื™ืชืŸ ื›ืืฉืจ ืžื’ื™ืขื™ื ืœืจืžื” 20
๐Ÿ“ | MVPCohen (30+) - ืจื•ืœ ื”ื ื™ืชืŸ ื›ืืฉืจ ืžื’ื™ืขื™ื ืœืจืžื” 30
๐Ÿ“ | VIPCohen (40+) - ืจื•ืœ ื”ื ื™ืชืŸ ื›ืืฉืจ ืžื’ื™ืขื™ื ืœืจืžื” 40
๐Ÿ“ | MasterCohen (50+) - ืจื•ืœ ื”ื ื™ืชืŸ ื›ืืฉืจ ืžื’ื™ืขื™ื ืœืจืžื” 50
๐Ÿ“ | Premium (60+) - ืจื•ืœ ื”ื ื™ืชืŸ ื›ืืฉืจ ืžื’ื™ืขื™ื ืœืจืžื” 60
๐Ÿ“ | Exclusive (70+) - ืจื•ืœ ื”ื ื™ืชืŸ ื›ืืฉืจ ืžื’ื™ืขื™ื ืœืจืžื” 70
๐Ÿ“ | Pro Cohen (80+) - ืจื•ืœ ื”ื ื™ืชืŸ ื›ืืฉืจ ืžื’ื™ืขื™ื ืœืจืžื” 80

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