From ae4ec829cf91740124f40fe486c25f74a1ee5300 Mon Sep 17 00:00:00 2001 From: sethkfman Date: Tue, 28 May 2024 12:32:37 -0600 Subject: [PATCH 1/2] update ruby version to enable e2e building --- Gemfile | 2 +- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 6043d03d5c9..3c02108f3ce 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' # Recommended to use http://rbenv.org/ to install and use this version -ruby '>= 3.1.4' +ruby '>= 3.1.5' # Allow minor version updates up to but excluding 2.0.0 gem 'cocoapods', '~> 1.12' diff --git a/Gemfile.lock b/Gemfile.lock index 85a73654725..97f857fb537 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -99,7 +99,7 @@ DEPENDENCIES cocoapods (~> 1.12) RUBY VERSION - ruby 3.1.4p223 + ruby 3.1.5p252 BUNDLED WITH 2.5.8 From b06ec00fa8399f06492a44e5d2e7dbc3665a7f13 Mon Sep 17 00:00:00 2001 From: sethkfman Date: Tue, 28 May 2024 12:45:51 -0600 Subject: [PATCH 2/2] bump ruby version --- .ruby-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ruby-version b/.ruby-version index 0aec50e6ede..3ad0595adcc 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.1.4 +3.1.5