aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2011-09-05 16:09:19 -0700
committerSantiago Pastorino <santiago@wyeworks.com>2011-09-05 16:09:19 -0700
commitc0f3df3a2d250ad529357283f76955f6a4b33351 (patch)
treee06aef48618bde5b2714ca6f9bb42893d79be86f
parent164382003c02294950ff227649cf97fb1eb452e8 (diff)
parent5e35d62cf5adf2557372afbcb846e87830628bb5 (diff)
downloadrails-c0f3df3a2d250ad529357283f76955f6a4b33351.tar.gz
rails-c0f3df3a2d250ad529357283f76955f6a4b33351.tar.bz2
rails-c0f3df3a2d250ad529357283f76955f6a4b33351.zip
Merge pull request #2870 from arunagw/uglifier_bump
Uglifier bump
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index d36aec6b4a..54e171b0db 100644
--- a/Gemfile
+++ b/Gemfile
@@ -10,7 +10,7 @@ gem "bcrypt-ruby", "~> 3.0.0"
gem "jquery-rails"
# This needs to be with require false to avoid
# it being automatically loaded by sprockets
-gem "uglifier", ">= 1.0.0", :require => false
+gem "uglifier", ">= 1.0.3", :require => false
# Temp fix until rake 0.9.3 is out
if RUBY_VERSION >= "1.9.3"