Skip to content

Instantly share code, notes, and snippets.

@DAddYE
Created November 25, 2008 08:56
Show Gist options
  • Save DAddYE/28855 to your computer and use it in GitHub Desktop.
Save DAddYE/28855 to your computer and use it in GitHub Desktop.
# 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