From 528ab6544e6a50109dc4769e63ca1e0a462a9e29 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 23 Jun 2025 02:05:48 +0000 Subject: [PATCH 1/2] Update dependency ruby to v3.4.4 --- Gemfile | 2 +- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index e0e1d14..23abd63 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' -ruby '3.4.3' +ruby '3.4.4' gem 'bootsnap', require: false gem 'csv' gem 'importmap-rails' diff --git a/Gemfile.lock b/Gemfile.lock index 1b74640..9f0d54c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -636,7 +636,7 @@ CHECKSUMS zeitwerk (2.7.3) sha256=b2e86b4a9b57d26ba68a15230dcc7fe6f040f06831ce64417b0621ad96ba3e85 RUBY VERSION - ruby 3.4.3p32 + ruby 3.4.4p34 BUNDLED WITH 2.6.1 -- 2.47.1 From 9d49e19b3ea3f089ac1071303333975b16e74bde Mon Sep 17 00:00:00 2001 From: Manuel Bustillo Date: Fri, 27 Jun 2025 08:50:59 +0200 Subject: [PATCH 2/2] Update .ruby-version --- .ruby-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ruby-version b/.ruby-version index 753ec9c..e3cc07a 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -ruby-3.4.3 +ruby-3.4.4 -- 2.47.1