aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorGuillermo Iguaran <guilleiguaran@gmail.com>2011-06-21 10:59:48 -0500
committerGuillermo Iguaran <guilleiguaran@gmail.com>2011-06-21 10:59:48 -0500
commitd759d19507439fc65754459befe64a65930b8366 (patch)
tree86a1f983b255a6494966991b9cc606f07aa8a5e3 /Gemfile
parent8a889dd45e088014c77f4cd799c9e5ddea0b54c6 (diff)
downloadrails-d759d19507439fc65754459befe64a65930b8366.tar.gz
rails-d759d19507439fc65754459befe64a65930b8366.tar.bz2
rails-d759d19507439fc65754459befe64a65930b8366.zip
Use uglifier from rubygems instead of git repo
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 6b9d7cbccc..ef9f613955 100644
--- a/Gemfile
+++ b/Gemfile
@@ -10,7 +10,7 @@ end
gem "coffee-script"
gem "sass"
-gem "uglifier", :git => "git://github.com/lautis/uglifier.git"
+gem "uglifier", ">= 1.0.0"
gem "rake", ">= 0.8.7"
gem "mocha", ">= 0.9.8"