Remove constraint on uglifier

This commit is contained in:
gregoirenovel 2018-05-24 16:42:50 +02:00
parent cf0eec6cd6
commit 5a880b5663
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -861,7 +861,7 @@ DEPENDENCIES
timecop
turbolinks
typhoeus
uglifier (>= 1.3.0)
uglifier
unicode_utils
unicorn
vcr