From 569dbb48346bcabe7fac25e7b7f85b0ae9aa59be Mon Sep 17 00:00:00 2001 From: Helio Cola Date: Wed, 26 Jul 2023 13:28:26 -0400 Subject: [PATCH] Bump to bundler 2.4.17 (#19777) --- Containerfile | 4 ++-- Gemfile.lock | 2 +- uffizzi/Dockerfile | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Containerfile b/Containerfile index 5de64bbbd..6db832193 100644 --- a/Containerfile +++ b/Containerfile @@ -35,7 +35,7 @@ RUN apt update && \ && \ apt clean -ENV BUNDLER_VERSION=2.2.22 \ +ENV BUNDLER_VERSION=2.4.17 \ BUNDLE_SILENCE_ROOT_WARNING=true \ BUNDLE_SILENCE_DEPRECATIONS=true @@ -108,7 +108,7 @@ FROM base as production USER root -ENV BUNDLER_VERSION=2.2.22 BUNDLE_SILENCE_ROOT_WARNING=1 +ENV BUNDLER_VERSION=2.4.17 BUNDLE_SILENCE_ROOT_WARNING=1 RUN gem install -N bundler:"${BUNDLER_VERSION}" ENV APP_USER=forem APP_UID=1000 APP_GID=1000 APP_HOME=/opt/apps/forem \ diff --git a/Gemfile.lock b/Gemfile.lock index f34f31aae..ae15ceee0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1126,4 +1126,4 @@ RUBY VERSION ruby 3.0.6p216 BUNDLED WITH - 2.2.33 + 2.4.17 diff --git a/uffizzi/Dockerfile b/uffizzi/Dockerfile index 34b7ec1e6..1752a2248 100644 --- a/uffizzi/Dockerfile +++ b/uffizzi/Dockerfile @@ -36,7 +36,7 @@ RUN apt update && \ && \ apt clean -ENV BUNDLER_VERSION=2.2.22 \ +ENV BUNDLER_VERSION=2.4.17 \ BUNDLE_SILENCE_ROOT_WARNING=true \ BUNDLE_SILENCE_DEPRECATIONS=true