From 4172da0cb37b0ce48ac5432ba3df87148dbbab1b Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Tue, 7 Jul 2026 11:50:38 -0500 Subject: [PATCH] Update to Ruby 3.4 No other changes were needed. Closes: AP-771 --- .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 802d988..dddf3fb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.3-slim AS base +FROM ruby:3.4-slim AS base # Configure users and groups RUN groupadd -g 40054 alma && \ @@ -9,7 +9,7 @@ RUN groupadd -g 40054 alma && \ # Install packages common to dev/prod RUN apt-get -y update -qq && \ - gem install bundler --version 2.5.22 + gem install bundler --version 4.0.15 # Ignore the system's platform and only install native Ruby versions ENV BUNDLE_FORCE_RUBY_PLATFORM=true diff --git a/Gemfile.lock b/Gemfile.lock index 195650a..74df084 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -70,7 +70,7 @@ DEPENDENCIES thor (~> 1.1) RUBY VERSION - ruby 3.3.11 + ruby 3.4.10 BUNDLED WITH - 4.0.9 + 4.0.15