From 147985c382e93a6be68a24f004557ec74c0b9056 Mon Sep 17 00:00:00 2001 From: Sally Hall Date: Fri, 21 Apr 2023 13:18:36 -0400 Subject: [PATCH 1/2] Update to Ruby 3.2.2 --- .ruby-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ruby-version b/.ruby-version index a603bb50a2..be94e6f53d 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.7.5 +3.2.2 From 58fdefeee6f7c834f859a56aff8a9f9605b93b18 Mon Sep 17 00:00:00 2001 From: Sally Hall Date: Fri, 21 Apr 2023 15:12:59 -0400 Subject: [PATCH 2/2] Specify ruby version except for CI --- Gemfile | 1 + Gemfile.lock | 3 +++ 2 files changed, 4 insertions(+) diff --git a/Gemfile b/Gemfile index 4f06ebf203..79c8ea875b 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,5 @@ source 'https://rubygems.org' +ruby "3.2.2" unless ENV["CI"] gemspec diff --git a/Gemfile.lock b/Gemfile.lock index 8f84a2885c..86900037e0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -375,5 +375,8 @@ DEPENDENCIES xpath (= 3.2.0) yard +RUBY VERSION + ruby 3.2.2p53 + BUNDLED WITH 2.3.10