From 6958c9ad7d5b3c52f025583353cc9f92ed028ffd Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2019 14:13:03 +0000 Subject: [PATCH] Bump uglifier from 4.1.20 to 4.2.0 Bumps [uglifier](https://github.com/lautis/uglifier) from 4.1.20 to 4.2.0. - [Release notes](https://github.com/lautis/uglifier/releases) - [Changelog](https://github.com/lautis/uglifier/blob/master/CHANGELOG.md) - [Commits](https://github.com/lautis/uglifier/compare/v4.1.20...v4.2.0) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 7062e44..23124d1 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ gem 'bootsnap', require: false # Use SCSS for stylesheets gem 'sassc-rails', '~> 2.1.2' # Use Uglifier as compressor for JavaScript assets -gem 'uglifier', '~> 4.1.20' +gem 'uglifier', '~> 4.2.0' # Use CoffeeScript for .js.coffee assets and views gem 'coffee-rails', '~> 5.0.0' # See https://github.com/sstephenson/execjs#readme for more supported runtimes diff --git a/Gemfile.lock b/Gemfile.lock index 69ccd20..d075ef3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -219,7 +219,7 @@ GEM turbolinks-source (5.2.0) tzinfo (1.2.5) thread_safe (~> 0.1) - uglifier (4.1.20) + uglifier (4.2.0) execjs (>= 0.3.0, < 3) warden (1.2.8) rack (>= 2.0.6) @@ -262,7 +262,7 @@ DEPENDENCIES sqlite3 (~> 1.4.1) turbolinks (~> 5.2.1) tzinfo-data - uglifier (~> 4.1.20) + uglifier (~> 4.2.0) web-console (~> 4.0.1) will_paginate (~> 3.1.8) will_paginate-bootstrap4 (~> 0.2.2)