From d28a4292c1c3e04865212eebe76a024659f55d28 Mon Sep 17 00:00:00 2001 From: Igor Zubkov Date: Mon, 27 Jan 2025 15:41:33 +0100 Subject: [PATCH] Update --- Dockerfile | 4 ++-- Gemfile.lock | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2b314a18..7cc1672a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,8 +27,8 @@ ENV RAILS_ENV="production" \ BOOTSNAP_READONLY="true" RUN set -eux; \ - gem update --system "3.6.2" ; \ - gem install bundler --version "2.6.2" --force + gem update --system "3.6.3" ; \ + gem install bundler --version "2.6.3" --force # Throw-away build stage to reduce size of final image FROM base AS build diff --git a/Gemfile.lock b/Gemfile.lock index d7ac56aa..cad66bf0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -525,4 +525,4 @@ RUBY VERSION ruby 3.4.1p0 BUNDLED WITH - 2.6.2 + 2.6.3