From a46ceda49eb46c65d17e0a4aa7ce04ce485dba8f Mon Sep 17 00:00:00 2001 From: Jeff Ohrstrom Date: Tue, 22 Oct 2024 12:14:45 -0400 Subject: [PATCH] lock zeitwerk to 2.6.18 for ruby < 3.2 support. (#3890) --- apps/dashboard/Gemfile | 1 + apps/dashboard/Gemfile.lock | 1 + apps/myjobs/Gemfile | 1 + apps/myjobs/Gemfile.lock | 1 + 4 files changed, 4 insertions(+) diff --git a/apps/dashboard/Gemfile b/apps/dashboard/Gemfile index 750019859..3fad5f297 100644 --- a/apps/dashboard/Gemfile +++ b/apps/dashboard/Gemfile @@ -47,6 +47,7 @@ gem 'nokogiri', '~> 1.15', '< 1.16' gem 'net-imap', '~> 0.3', '< 0.4' gem 'public_suffix', '~> 5.0', '< 6.0' gem 'turbo-rails', '2.0.7' +gem 'zeitwerk', '2.6.18' # Extra third-party gems gem 'dotenv-rails', '~> 2.1' diff --git a/apps/dashboard/Gemfile.lock b/apps/dashboard/Gemfile.lock index b2040a357..6237c0d0e 100644 --- a/apps/dashboard/Gemfile.lock +++ b/apps/dashboard/Gemfile.lock @@ -324,6 +324,7 @@ DEPENDENCIES timecop (~> 0.9) turbo-rails (= 2.0.7) webrick + zeitwerk (= 2.6.18) zip_kit (~> 6.2) BUNDLED WITH diff --git a/apps/myjobs/Gemfile b/apps/myjobs/Gemfile index 05a074d3d..05a97822b 100644 --- a/apps/myjobs/Gemfile +++ b/apps/myjobs/Gemfile @@ -74,3 +74,4 @@ gem 'rdoc', '6.3.4.1' gem 'nokogiri', '~> 1.15', '< 1.16' gem 'net-imap', '~> 0.3', '< 0.4' gem 'public_suffix', '~> 5.0', '< 6.0' +gem 'zeitwerk', '2.6.18' diff --git a/apps/myjobs/Gemfile.lock b/apps/myjobs/Gemfile.lock index 7f84349c5..b6f4ef707 100644 --- a/apps/myjobs/Gemfile.lock +++ b/apps/myjobs/Gemfile.lock @@ -287,6 +287,7 @@ DEPENDENCIES sqlite3 (= 1.4.2) timecop (~> 0.9) uglifier (>= 1.3.0) + zeitwerk (= 2.6.18) BUNDLED WITH 2.3.6