From db2d0ad945de225b331b7181226c848189135177 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 06:39:09 +0000 Subject: [PATCH] Update dependency ruby to v3.4.1 --- .ruby-version | 2 +- Dockerfile | 2 +- Gemfile | 2 +- Gemfile.lock | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.ruby-version b/.ruby-version index 9c25013d..47b322c9 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.3.6 +3.4.1 diff --git a/Dockerfile b/Dockerfile index 633969a2..342fb079 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # ------------------------------------------------------------------------------ # Base # ------------------------------------------------------------------------------ -FROM ruby:3.3.6 AS base +FROM ruby:3.4.1 AS base LABEL org.opencontainers.image.authors="contact@dxw.com" COPY .node-version .node-version diff --git a/Gemfile b/Gemfile index c32655e2..5c7f6c5e 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby "3.3.6" +ruby "3.4.1" gem "bootsnap", ">= 1.1.0", require: false gem "bootstrap", ">= 4.3.1" diff --git a/Gemfile.lock b/Gemfile.lock index d14deac6..6c80aa7e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -431,7 +431,7 @@ DEPENDENCIES web-console (>= 3.3.0) RUBY VERSION - ruby 3.3.6p108 + ruby 3.4.1p0 BUNDLED WITH 2.4.7