[#369] update uglifier
This commit is contained in:
parent
7a291887df
commit
2a1ab0d77f
2
Gemfile
2
Gemfile
|
@ -83,7 +83,7 @@ gem 'time_diff'
|
||||||
gem 'sass-rails', '~> 4.0.1'
|
gem 'sass-rails', '~> 4.0.1'
|
||||||
gem 'coffee-rails', '~> 4.0.1'
|
gem 'coffee-rails', '~> 4.0.1'
|
||||||
gem 'compass-rails', '~> 1.1.6'
|
gem 'compass-rails', '~> 1.1.6'
|
||||||
gem 'uglifier', '~> 2.4'
|
gem 'uglifier', '~> 2.5'
|
||||||
gem 'therubyracer', '~> 0.12.1', platforms: [:mri, :rbx]
|
gem 'therubyracer', '~> 0.12.1', platforms: [:mri, :rbx]
|
||||||
gem 'therubyrhino', '~> 1.73.1', platforms: :jruby
|
gem 'therubyrhino', '~> 1.73.1', platforms: :jruby
|
||||||
|
|
||||||
|
|
|
@ -494,7 +494,7 @@ GEM
|
||||||
polyglot
|
polyglot
|
||||||
polyglot (>= 0.3.1)
|
polyglot (>= 0.3.1)
|
||||||
tzinfo (0.3.39)
|
tzinfo (0.3.39)
|
||||||
uglifier (2.4.0)
|
uglifier (2.5.0)
|
||||||
execjs (>= 0.3.0)
|
execjs (>= 0.3.0)
|
||||||
json (>= 1.8.0)
|
json (>= 1.8.0)
|
||||||
underscore-rails (1.6.0)
|
underscore-rails (1.6.0)
|
||||||
|
@ -610,7 +610,7 @@ DEPENDENCIES
|
||||||
therubyrhino (~> 1.73.1)
|
therubyrhino (~> 1.73.1)
|
||||||
time_diff
|
time_diff
|
||||||
timecop
|
timecop
|
||||||
uglifier (~> 2.4)
|
uglifier (~> 2.5)
|
||||||
underscore-rails
|
underscore-rails
|
||||||
whenever (~> 0.9.0)
|
whenever (~> 0.9.0)
|
||||||
wikicloth
|
wikicloth
|
||||||
|
|
Loading…
Reference in New Issue