Created
February 25, 2015 21:36
-
-
Save wacko/d6a33700abe4502434d2 to your computer and use it in GitHub Desktop.
How many gems does your project use?
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
#!/bin/bash | |
grep -o -E "([a-z0-9_-]+) \(" Gemfile.lock | sed -E 's/ \(//' | sort | uniq |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Improvement:
https://gist.github.com/wacko/4e6c61f7c6d16881c8ff02e28bd39008