From 460e2ca35404fbcbb86328e7343ffa84235e7693 Mon Sep 17 00:00:00 2001 From: Joel Chippindale Date: Sun, 29 Nov 2015 07:02:47 +0000 Subject: [PATCH] Upgrade uglifier to v2.7.2 For security fixes, for more details see https://github.com/lautis/uglifier/pull/86 --- Gemfile | 2 +- Gemfile.lock | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 4bfe64b..ace9c40 100644 --- a/Gemfile +++ b/Gemfile @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index d5f892f..8d750c9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -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 @@ -157,7 +156,7 @@ DEPENDENCIES rspec-rails sass-rails (~> 4.0.0) typhoeus - uglifier (>= 1.0.3) + uglifier (>= 2.7.2) unicorn vcr