aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorArun Agrawal <arun@fromjaipur.com>2011-09-05 15:07:45 +0530
committerArun Agrawal <arun@fromjaipur.com>2011-09-05 15:07:45 +0530
commit5e35d62cf5adf2557372afbcb846e87830628bb5 (patch)
treed02bb8b919e0bd32983e863400532f5a16987416 /Gemfile
parent499ad11700dbfdfe6382f72fb8f46cad62ac7c9b (diff)
downloadrails-5e35d62cf5adf2557372afbcb846e87830628bb5.tar.gz
rails-5e35d62cf5adf2557372afbcb846e87830628bb5.tar.bz2
rails-5e35d62cf5adf2557372afbcb846e87830628bb5.zip
Uglifier bump
Diffstat (limited to 'Gemfile')
-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"