aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2013-04-18 14:14:56 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2013-04-18 14:21:28 -0300
commitee686d3ca6e623fc52c37a2bdc78d8ad44d934b3 (patch)
tree45174d7a092bf0df9bc8a62e42fac07ff0b546c5 /Gemfile
parentfe495c9488009e0c4676ad14c3b4cbab9f914035 (diff)
downloadrails-ee686d3ca6e623fc52c37a2bdc78d8ad44d934b3.tar.gz
rails-ee686d3ca6e623fc52c37a2bdc78d8ad44d934b3.tar.bz2
rails-ee686d3ca6e623fc52c37a2bdc78d8ad44d934b3.zip
Use the same uglifier version that the generated applications
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 226698ee44..661ef25a57 100644
--- a/Gemfile
+++ b/Gemfile
@@ -11,7 +11,7 @@ gem 'coffee-rails', '~> 4.0.0'
# This needs to be with require false to avoid
# it being automatically loaded by sprockets
-gem 'uglifier', '~> 1.3', require: false
+gem 'uglifier', '>= 1.3.0', require: false
group :doc do
gem 'sdoc'