From 09d7f9c20cad8510cbb4639e6edb3400369c18f3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 04:06:13 +0000 Subject: [PATCH] Update dependency ruby to v3.4.8 --- .ruby-version | 2 +- Gemfile | 2 +- Gemfile.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ruby-version b/.ruby-version index 1cf8253..7921bd0 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.4.6 +3.4.8 diff --git a/Gemfile b/Gemfile index 2b8729a..52d28e0 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby '3.4.6' +ruby '3.4.8' gem 'bootsnap', require: false gem 'devise' diff --git a/Gemfile.lock b/Gemfile.lock index 234cb5b..8fe9787 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -482,7 +482,7 @@ DEPENDENCIES webmock RUBY VERSION - ruby 3.4.6p54 + ruby 3.4.8p72 BUNDLED WITH 2.7.2