Remove uglifier as JS preprocessor

This commit is contained in:
Sebastian Serth
2021-05-12 17:51:28 +02:00
parent 0b43d8e656
commit d563488c30
3 changed files with 2 additions and 8 deletions

View File

@ -39,7 +39,6 @@ gem 'sorcery' # Causes a deprecation warning in Rails 6.0+, see: https://github.
gem 'telegraf'
gem 'tubesock', git: 'https://github.com/gosukiwi/tubesock', branch: 'patch-1' # Switch to a fork which is compatible with Rails 5
gem 'turbolinks'
gem 'uglifier'
gem 'webpacker'
gem 'whenever', require: false