From 15f9e8dc3bb25d125128e9b4630074392d0088e9 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 8 Jan 2026 22:35:40 +0100 Subject: Update to the latest 3.4.x patch-level release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is a small step towards finally upgrading to Ruby 4.0. Signed-off-by: Miquel Sabaté Solà --- .ruby-version | 2 +- Gemfile | 2 +- Gemfile.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ruby-version b/.ruby-version index 5497891..a3808a4 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -ruby-3.4.5 +ruby-3.4.8 diff --git a/Gemfile b/Gemfile index 27aa5c8..0cacf94 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' -ruby '3.4.5' +ruby '3.4.8' # Rails itself :) gem 'rails', '~> 8' diff --git a/Gemfile.lock b/Gemfile.lock index 967bc1a..04d1ca8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -363,7 +363,7 @@ DEPENDENCIES web-console RUBY VERSION - ruby 3.4.5p51 + ruby 3.4.8p72 BUNDLED WITH 2.6.9 -- cgit v1.2.3