Created
October 18, 2011 17:39
-
-
Save blambeau/1296075 to your computer and use it in GitHub Desktop.
Auto-update ruby script
This file contains 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
gem "grit", :git => "[email protected]:blambeau/grit.git" |
This file contains 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
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