From a111a15d6f1e1ce7edb4708e4d8853defc7265f7 Mon Sep 17 00:00:00 2001 From: Igor Zubkov Date: Thu, 7 Nov 2024 09:58:04 +0100 Subject: [PATCH] Update rubygems to 3.5.23 and bundler to 2.5.23 (#1289) --- Dockerfile | 4 ++-- Gemfile.lock | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1f589e31..c8d3ed04 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,8 +27,8 @@ ENV RAILS_ENV="production" \ BOOTSNAP_READONLY="true" RUN set -eux; \ - gem update --system "3.5.22" ; \ - gem install bundler --version "2.5.22" --force + gem update --system "3.5.23" ; \ + gem install bundler --version "2.5.23" --force # Throw-away build stage to reduce size of final image FROM base AS build diff --git a/Gemfile.lock b/Gemfile.lock index be3cf069..e3cfed0f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -502,4 +502,4 @@ RUBY VERSION ruby 3.3.6p108 BUNDLED WITH - 2.5.22 + 2.5.23