From a127c82d21cbc72c7991d17b6083a2cc656c28b6 Mon Sep 17 00:00:00 2001 From: sensei100 Date: Fri, 16 Feb 2024 08:01:28 -0500 Subject: [PATCH 1/2] Update node package --- .docker/app/Dockerfile.prod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.docker/app/Dockerfile.prod b/.docker/app/Dockerfile.prod index 61e732ad3..8709ebc2e 100644 --- a/.docker/app/Dockerfile.prod +++ b/.docker/app/Dockerfile.prod @@ -31,7 +31,7 @@ RUN apk add -U --no-cache \ git=2.43.0-r0 \ libxslt-dev=1.1.39-r0 \ mariadb-dev=10.11.6-r0 \ - nodejs=20.11.0-r0 \ + nodejs=20.11.1-r0 \ yarn=1.22.19-r0 && \ bundle config set --local without "development test" && \ bundle install --jobs=8 && \ From 7c7cd0e5ae7f999f031491a3f9088b1dda67046e Mon Sep 17 00:00:00 2001 From: sensei100 Date: Fri, 16 Feb 2024 08:12:06 -0500 Subject: [PATCH 2/2] One more change to silence --- config/environments/production.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index e85ffdcf9..297ca24bf 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -93,7 +93,7 @@ config.i18n.fallbacks = true # Send deprecation notices to registered listeners. - config.active_support.deprecation = :notify + config.active_support.deprecation = :silence config.active_support.report_deprecations = false # Use default logging formatter so that PID and timestamp are not suppressed.