From bbf5cb3505a4e14d63b21742b7fd901fcb52eced Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Tue, 7 Jul 2026 13:07:16 -0500 Subject: [PATCH] Update to Ruby 3.4 No code changes were needed. Closes: AP-773 --- .ruby-version | 2 +- Dockerfile | 4 ++-- Gemfile.lock | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.ruby-version b/.ruby-version index 0ddaf4d..593162e 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -~> 3.3 +~> 3.4 diff --git a/Dockerfile b/Dockerfile index 22f8033..84a45ac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ # The base stage scaffolds elements which are common to building and running # the application, such as installing ca-certificates, creating the app user, # and installing runtime system dependencies. -FROM ruby:3.3-slim AS base +FROM ruby:3.4-slim AS base # ------------------------------------------------------------ # Create the application user/group and installation directory @@ -65,7 +65,7 @@ RUN apt-get install -y --no-install-recommends \ USER $APP_USER # Base image ships with an older version of bundler -RUN gem install bundler --version 2.2.33 +RUN gem install bundler --version 4.0.15 # Install gems. We don't enforce the validity of the Gemfile.lock until the # final (production) stage. diff --git a/Gemfile.lock b/Gemfile.lock index faaf729..b64a6da 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -93,7 +93,7 @@ DEPENDENCIES webmock RUBY VERSION - ruby 3.3.11 + ruby 3.4.10 BUNDLED WITH - 4.0.9 + 4.0.15