aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2011-05-11 19:12:30 -0300
committerSantiago Pastorino <santiago@wyeworks.com>2011-05-11 19:12:41 -0300
commitb89f269957e8e0e587d855dd5db49a2f23bc9e02 (patch)
tree5452bc8a90f7bf933946a25917d6341a04a83d55 /Gemfile
parentd192d85668e967547a20cdbd0a0f40a8477b272a (diff)
downloadrails-b89f269957e8e0e587d855dd5db49a2f23bc9e02.tar.gz
rails-b89f269957e8e0e587d855dd5db49a2f23bc9e02.tar.bz2
rails-b89f269957e8e0e587d855dd5db49a2f23bc9e02.zip
Depend on master uglifier for now
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 23b1a1096b..7199301b90 100644
--- a/Gemfile
+++ b/Gemfile
@@ -10,7 +10,7 @@ end
gem "coffee-script"
gem "sass"
-gem "uglifier"
+gem "uglifier", :git => 'git://github.com/lautis/uglifier.git'
gem "rake", ">= 0.8.7"
gem "mocha", ">= 0.9.8"