From: Tom Hughes Date: Fri, 25 Oct 2024 09:58:55 +0000 (+0100) Subject: Lock zeitwerk to a ruby 3.1 supporting version X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/47d39899ca31f509e07422f1ceb11cc1bb45415e Lock zeitwerk to a ruby 3.1 supporting version --- 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