From 25440a1c59d7d332e69814b28f7530e659c631a0 Mon Sep 17 00:00:00 2001 From: Sally Hall Date: Fri, 21 Apr 2023 15:12:59 -0400 Subject: [PATCH] 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