From 47d39899ca31f509e07422f1ceb11cc1bb45415e Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Fri, 25 Oct 2024 10:58:55 +0100 Subject: [PATCH] Lock zeitwerk to a ruby 3.1 supporting version --- Gemfile | 3 +++ Gemfile.lock | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index ec9eb03b0..baf310d5a 100644 --- a/Gemfile +++ b/Gemfile @@ -4,3 +4,6 @@ gem "cookstyle" gem "kitchen-dokken" gem "kitchen-inspec" gem "test-kitchen" + +# Lock some modules to old versions for ruby 3.1 support +gem "zeitwerk", "< 2.7" diff --git a/Gemfile.lock b/Gemfile.lock index d432aff36..40032233d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -755,7 +755,7 @@ GEM wisper (2.0.1) yajl-ruby (1.4.3) yaml-safe_load_stream3 (0.1.2) - zeitwerk (2.7.1) + zeitwerk (2.6.18) PLATFORMS ruby @@ -765,6 +765,7 @@ DEPENDENCIES kitchen-dokken kitchen-inspec test-kitchen + zeitwerk (< 2.7) BUNDLED WITH 2.2.16 -- 2.39.5