Created
November 9, 2011 16:25
-
-
Save joewest/1351967 to your computer and use it in GitHub Desktop.
Gemfile tweak so rubygems isn't an ass while building sc2.0
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
source "http://rubygems.org" | |
gem "sproutcore", :git => "https://github.com/sbellity/abbot-from-scratch.git" | |
gem "uglifier", "~> 1.0.3" | |
gem "execjs", "~> 1.2.6" | |
gem "rake" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment