Skip to content

Instantly share code, notes, and snippets.

@wacko
Created February 25, 2015 21:36
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