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