Skip to content

Instantly share code, notes, and snippets.

@wacko
Created February 25, 2015 21:36
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 wacko/d6a33700abe4502434d2 to your computer and use it in GitHub Desktop.
Save wacko/d6a33700abe4502434d2 to your computer and use it in GitHub Desktop.
How many gems does your project use?
#!/bin/bash
grep -o -E "([a-z0-9_-]+) \(" Gemfile.lock | sed -E 's/ \(//' | sort | uniq
@wacko
Copy link
Author

wacko commented Jun 21, 2016

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