Skip to content
This repository has been archived by the owner on Sep 2, 2019. It is now read-only.

Commit

Permalink
Upgrade uglifier to v2.7.2
Browse files Browse the repository at this point in the history
For security fixes, for more details see
lautis/uglifier#86
  • Loading branch information
mocoso committed Nov 29, 2015
1 parent 961617b commit 460e2ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -17,7 +17,7 @@ group :assets do
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
# gem 'therubyracer', :platforms => :ruby

gem 'uglifier', '>= 1.0.3'
gem 'uglifier', '>= 2.7.2'
end

group :production do
Expand Down
9 changes: 4 additions & 5 deletions Gemfile.lock
Expand Up @@ -48,8 +48,7 @@ GEM
exception_notification (4.1.1)
actionmailer (>= 3.0.4)
activesupport (>= 3.0.4)
execjs (1.4.0)
multi_json (~> 1.0)
execjs (2.6.0)
ffi (1.2.1)
globalid (0.3.6)
activesupport (>= 4.1.0)
Expand Down Expand Up @@ -135,9 +134,9 @@ GEM
ethon (~> 0.5.7)
tzinfo (1.2.2)
thread_safe (~> 0.1)
uglifier (1.3.0)
uglifier (2.7.2)
execjs (>= 0.3.0)
multi_json (~> 1.0, >= 1.0.2)
json (>= 1.8.0)
unicorn (4.9.0)
kgio (~> 2.6)
rack
Expand All @@ -157,7 +156,7 @@ DEPENDENCIES
rspec-rails
sass-rails (~> 4.0.0)
typhoeus
uglifier (>= 1.0.3)
uglifier (>= 2.7.2)
unicorn
vcr

Expand Down

0 comments on commit 460e2ca

Please sign in to comment.