From 602addb34b0e5d14545fdb65e7a4549f73ab9be4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 20:20:42 +0000 Subject: [PATCH] Update dependency ruby to v3.2.3 --- .ruby-version | 2 +- Gemfile | 2 +- Gemfile.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ruby-version b/.ruby-version index 0aec50e6e..b347b11ea 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.1.4 +3.2.3 diff --git a/Gemfile b/Gemfile index 37af87644..b8fd6be46 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.4" +ruby "3.2.3" # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem "rails", "~> 6.1.7.4" diff --git a/Gemfile.lock b/Gemfile.lock index 793d6138e..bc0f0b0b3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -642,7 +642,7 @@ DEPENDENCIES webmock RUBY VERSION - ruby 3.1.4p223 + ruby 3.2.3p157 BUNDLED WITH 2.3.11