mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Use the same uglifier version that the generated applications
This commit is contained in:
parent
fe495c9488
commit
ee686d3ca6
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -11,7 +11,7 @@ gem 'coffee-rails', '~> 4.0.0'
|
||||||
|
|
||||||
# This needs to be with require false to avoid
|
# This needs to be with require false to avoid
|
||||||
# it being automatically loaded by sprockets
|
# it being automatically loaded by sprockets
|
||||||
gem 'uglifier', '~> 1.3', require: false
|
gem 'uglifier', '>= 1.3.0', require: false
|
||||||
|
|
||||||
group :doc do
|
group :doc do
|
||||||
gem 'sdoc'
|
gem 'sdoc'
|
||||||
|
|
Loading…
Reference in a new issue