diff --git a/Gemfile b/Gemfile index ccd35377..aeace1cf 100644 --- a/Gemfile +++ b/Gemfile @@ -13,6 +13,7 @@ gem 'rack-cors', require: 'rack/cors' # gem 'sqlite3' gem 'exception_notification' gem 'slim-rails' +gem 'sprockets-rails' # Gems used only for assets and not required #gem 'jsonapi-serializers', path: '/home/benjamin/development/rails/components/jsonapi-serializers' diff --git a/Gemfile.lock b/Gemfile.lock index 84f5ffe7..31043bd9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -13,7 +13,6 @@ GIT paperclip pickadate-rails slim-rails - tinymce-rails GIT remote: https://github.com/bterkuile/devise_simply_stored.git @@ -209,7 +208,7 @@ GEM warden (~> 1.2.3) devise-i18n (1.12.1) devise (>= 4.9.0) - diff-lcs (1.5.1) + diff-lcs (1.6.0) docile (1.4.1) drb (2.2.1) ed25519 (1.3.0) @@ -287,7 +286,7 @@ GEM js-routes (2.3.4) railties (>= 5) sorbet-runtime - json (2.10.0) + json (2.10.1) jwt (2.10.1) base64 kaminari (1.2.2) @@ -308,7 +307,7 @@ GEM logger (~> 1.6) letter_opener (1.10.0) launchy (>= 2.2, < 4) - logger (1.6.5) + logger (1.6.6) loofah (2.24.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) @@ -412,7 +411,7 @@ GEM puma (6.6.0) nio4r (~> 2.0) racc (1.8.1) - rack (2.2.10) + rack (2.2.11) rack-cors (2.0.2) rack (>= 2.0.0) rack-session (1.0.2) @@ -520,7 +519,7 @@ GEM snaky_hash (2.0.1) hashie version_gem (~> 1.1, >= 1.1.1) - sorbet-runtime (0.5.11813) + sorbet-runtime (0.5.11826) sprockets (4.2.1) concurrent-ruby (~> 1.0) rack (>= 2.2.4, < 4) @@ -528,8 +527,9 @@ GEM actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) - sshkit (1.23.2) + sshkit (1.24.0) base64 + logger net-scp (>= 1.1.2) net-sftp (>= 2.1.2) net-ssh (>= 2.8.0) @@ -546,8 +546,6 @@ GEM tilt (2.6.0) timecop (0.9.10) timeout (0.4.3) - tinymce-rails (7.6.1) - railties (>= 3.1.1) turnip (4.4.1) cuke_modeler (~> 3.15) rspec (>= 3.0, < 4.0) @@ -635,6 +633,7 @@ DEPENDENCIES simplecov simply_stored! slim-rails + sprockets-rails sucker_punch test_squad timecop diff --git a/config/environments/production.rb b/config/environments/production.rb index 804431af..9ac65c5d 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -29,8 +29,8 @@ Qwaiter::Application.configure do # Compress JavaScripts and CSS # config.assets.compress = true #DEPRICATED - config.assets.js_compressor = :uglifier - config.assets.css_compressor = :sass + # config.assets.js_compressor = :uglifier + # config.assets.css_compressor = :sass # Generate digests for assets URLs