From 480137e906ad55a992727b4bd66fa52efea4517a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 25 Jul 2025 01:14:30 +0000 Subject: [PATCH] Update dependency ruby to v3.2.9 --- .ruby-version | 2 +- Gemfile | 2 +- Gemfile.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ruby-version b/.ruby-version index f092941..e650c01 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.2.8 +3.2.9 diff --git a/Gemfile b/Gemfile index b7bae71..52e5aac 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby '3.2.8' +ruby '3.2.9' gem 'bootsnap', require: false gem 'devise' diff --git a/Gemfile.lock b/Gemfile.lock index 19f7fbf..fcd7f3d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -488,7 +488,7 @@ DEPENDENCIES webmock RUBY VERSION - ruby 3.2.8p263 + ruby 3.2.9p265 BUNDLED WITH 2.6.3