diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2013-04-18 14:14:56 -0300 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2013-04-18 14:21:28 -0300 |
commit | ee686d3ca6e623fc52c37a2bdc78d8ad44d934b3 (patch) | |
tree | 45174d7a092bf0df9bc8a62e42fac07ff0b546c5 /Gemfile | |
parent | fe495c9488009e0c4676ad14c3b4cbab9f914035 (diff) | |
download | rails-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-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |