Created
November 25, 2008 08:56
-
-
Save DAddYE/28855 to your computer and use it in GitHub Desktop.
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 characters
# Remove old version of merb | |
sudo gem search --no-version merb | grep merb | xargs sudo gem uninstall -a | |
# Install only few gems of merb! | |
sudo gem install merb-core merb-action-args merb-assets merb-cache merb-exceptions merb-gen merb-haml merb-helpers merb-mailer merb-param-protection merb_activerecord |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment