From 5a880b56634359de3d088740b93679dd48754770 Mon Sep 17 00:00:00 2001 From: gregoirenovel Date: Thu, 24 May 2018 16:42:50 +0200 Subject: [PATCH] Remove constraint on uglifier --- Gemfile | 2 +- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index f372d3936..18b6ed1c4 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ gem 'rails', '~> 5.2.0' # Use SCSS for stylesheets gem 'sass-rails' # Use Uglifier as compressor for JavaScript assets -gem 'uglifier', '>= 1.3.0' +gem 'uglifier' # See https://github.com/sstephenson/execjs#readme for more supported runtimes gem 'therubyracer', platforms: :ruby diff --git a/Gemfile.lock b/Gemfile.lock index 822ad10eb..217d3ae39 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -861,7 +861,7 @@ DEPENDENCIES timecop turbolinks typhoeus - uglifier (>= 1.3.0) + uglifier unicode_utils unicorn vcr