Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@anthonymoralez
Created January 24, 2013 21:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anthonymoralez/4627717 to your computer and use it in GitHub Desktop.
Save anthonymoralez/4627717 to your computer and use it in GitHub Desktop.
Removing a gem by name from a Gemfile in bash
grep -v "lame" Gemfile > Gemfile.new && mv Gemfile.new Gemfile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment