From 418cbdee6289236918f02ca1179892883ce6ba07 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 06:52:30 +0000 Subject: [PATCH] Update dependency ruby to v3.4.9 --- .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 7921bd0c..7bcbb380 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.4.8 +3.4.9 diff --git a/Dockerfile b/Dockerfile index b9e2b5ad..cedd5161 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.4.8@sha256:998b24b17d0e8ac2a9974c11052cba9bb46f8ba519169969492181f262d27a58 +FROM ruby:3.4.9@sha256:f3609abf3177d8e3098a61f9c4594e3dc314195e53e0245882820874d8e18dc8 RUN mkdir /bento WORKDIR /bento COPY Gemfile /bento/Gemfile diff --git a/Gemfile b/Gemfile index a08a923a..b9dc0bd1 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,5 @@ source 'https://rubygems.org' -ruby '3.4.8' +ruby '3.4.9' gem 'actionpack-action_caching', github: 'rails/actionpack-action_caching', branch: 'master' gem 'barnes' diff --git a/Gemfile.lock b/Gemfile.lock index a5b026f0..77389bb6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -491,7 +491,7 @@ DEPENDENCIES webmock RUBY VERSION - ruby 3.4.8p72 + ruby 3.4.9p82 BUNDLED WITH 2.4.19