From 5d21e9d3858f8d8bc7295ed4dc7aea98b9973ee5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 21:49:05 +0000 Subject: [PATCH] Update dependency ruby to v3.2.6 --- .ruby-version | 2 +- Gemfile | 2 +- Gemfile.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ruby-version b/.ruby-version index 3ad0595ad..34cde5690 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.1.5 +3.2.6 diff --git a/Gemfile b/Gemfile index 539c372ca..485e13561 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ source "https://gems.contribsys.com/" do end git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby "3.1.5" +ruby "3.2.6" # Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main" gem "rails", "~> 7.0.8" diff --git a/Gemfile.lock b/Gemfile.lock index e613ee1dd..77fa09a96 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -624,7 +624,7 @@ DEPENDENCIES webmock RUBY VERSION - ruby 3.1.5p252 + ruby 3.2.6p234 BUNDLED WITH 2.3.11