Skip to content

Instantly share code, notes, and snippets.

@blambeau
Created October 18, 2011 17:39
Show Gist options
  • Save blambeau/1296075 to your computer and use it in GitHub Desktop.
Save blambeau/1296075 to your computer and use it in GitHub Desktop.
Auto-update ruby script
gem "grit", :git => "git@github.com:blambeau/grit.git"
require 'bundler/setup'
at_exit {
puts `bundle install --deployment`
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment