Skip to content

Instantly share code, notes, and snippets.

@anthonymoralez
Created January 24, 2013 21:03
Show Gist options
  • 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