From a4d77fb63da30b5ce648460a16dbd0e2b9c80e0c Mon Sep 17 00:00:00 2001 From: moveson Date: Tue, 17 Sep 2024 16:50:11 -0600 Subject: [PATCH] Bump Ruby to 3.2.5 --- .ruby-version | 2 +- .tool-versions | 2 +- Gemfile | 2 +- Gemfile.lock | 3 ++- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.ruby-version b/.ruby-version index be94e6f53..5ae69bd5f 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.2.2 +3.2.5 diff --git a/.tool-versions b/.tool-versions index 0f3da6309..ef933a882 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,2 +1,2 @@ -ruby 3.2.2 +ruby 3.2.5 nodejs 16.19.0 diff --git a/Gemfile b/Gemfile index 7160f0eca..cf8fee461 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ # frozen_string_literal: true -ruby "3.2.2" +ruby "3.2.5" source "https://rubygems.org" diff --git a/Gemfile.lock b/Gemfile.lock index ef5d5e308..8e8cd902f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -566,6 +566,7 @@ GEM PLATFORMS arm64-darwin-21 arm64-darwin-22 + arm64-darwin-23 x86_64-darwin-21 x86_64-darwin-22 x86_64-linux @@ -657,7 +658,7 @@ DEPENDENCIES will_paginate (~> 3.3) RUBY VERSION - ruby 3.2.2p53 + ruby 3.2.5p208 BUNDLED WITH 2.3.18