Skip to content

Instantly share code, notes, and snippets.

@towski
Created February 6, 2014 00:35
Show Gist options
  • Save towski/8836283 to your computer and use it in GitHub Desktop.
Save towski/8836283 to your computer and use it in GitHub Desktop.
files.split("\n").each{|s| gem, version = s.split; version = version[1..-2]; puts "gem install #{gem} -v #{version}" ;`gem install #{gem} -v #{version}`; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment