From 6dcd2819037632fed3e990f86e57bdbac220cf02 Mon Sep 17 00:00:00 2001 From: Seth Boyles Date: Tue, 2 Sep 2025 13:09:27 -0700 Subject: [PATCH 1/4] Enforce ruby and bundler versions --- Gemfile | 3 +++ Gemfile.lock | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/Gemfile b/Gemfile index 7b6ae23199..5d0f569e51 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,10 @@ +ruby '3.2.6' + source 'https://rubygems.org' gem 'addressable' gem 'allowy', '>= 2.1.0' +gem 'bundler', '2.4.10' gem 'clockwork', require: false gem 'cloudfront-signer' gem 'concurrent-ruby' diff --git a/Gemfile.lock b/Gemfile.lock index b96e7322d3..4383b80ab8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -609,6 +609,7 @@ DEPENDENCIES addressable allowy (>= 2.1.0) azure-storage-blob! + bundler (= 2.4.10) byebug cf-uaa-lib (~> 4.0.9) clockwork @@ -687,5 +688,8 @@ DEPENDENCIES vmstat (~> 2.3) webmock (> 2.3.1) +RUBY VERSION + ruby 3.2.6p234 + BUNDLED WITH 2.4.19 From 6acabaff501b1dc91d062b803cef5ec6b8be356a Mon Sep 17 00:00:00 2001 From: Seth Boyles Date: Mon, 6 Oct 2025 13:24:06 -0700 Subject: [PATCH 2/4] Apply suggestion from @johha Co-authored-by: Johannes Haass --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 5d0f569e51..c456dd2e15 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ -ruby '3.2.6' +ruby file: ".ruby-version" source 'https://rubygems.org' From 8f6369ff761eb401f50bcc8e7180cc51df8dec8d Mon Sep 17 00:00:00 2001 From: Seth Boyles Date: Mon, 6 Oct 2025 14:07:51 -0700 Subject: [PATCH 3/4] Revert "Apply suggestion from @johha" This reverts commit 728f705b26410252dc902934c85981035fc435c5. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index c456dd2e15..5d0f569e51 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ -ruby file: ".ruby-version" +ruby '3.2.6' source 'https://rubygems.org' From c8325f291cb8bbf9a69ddc9e985190e983641069 Mon Sep 17 00:00:00 2001 From: Seth Boyles Date: Fri, 12 Dec 2025 14:00:39 -0700 Subject: [PATCH 4/4] Update Ruby to 3.2.9 in gemfile --- Gemfile | 4 ++-- Gemfile.lock | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 5d0f569e51..012f4ad74f 100644 --- a/Gemfile +++ b/Gemfile @@ -1,10 +1,10 @@ -ruby '3.2.6' +ruby '3.2.9' source 'https://rubygems.org' gem 'addressable' gem 'allowy', '>= 2.1.0' -gem 'bundler', '2.4.10' +gem 'bundler', '2.4.19' gem 'clockwork', require: false gem 'cloudfront-signer' gem 'concurrent-ruby' diff --git a/Gemfile.lock b/Gemfile.lock index 4383b80ab8..73272a642d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -609,7 +609,7 @@ DEPENDENCIES addressable allowy (>= 2.1.0) azure-storage-blob! - bundler (= 2.4.10) + bundler (= 2.4.19) byebug cf-uaa-lib (~> 4.0.9) clockwork @@ -689,7 +689,7 @@ DEPENDENCIES webmock (> 2.3.1) RUBY VERSION - ruby 3.2.6p234 + ruby 3.2.9p265 BUNDLED WITH 2.4.19