]> git.openstreetmap.org Git - chef.git/commitdiff
Lock zeitwerk to a ruby 3.1 supporting version
authorTom Hughes <tom@compton.nu>
Fri, 25 Oct 2024 09:58:55 +0000 (10:58 +0100)
committerTom Hughes <tom@compton.nu>
Fri, 25 Oct 2024 09:58:55 +0000 (10:58 +0100)
Gemfile
Gemfile.lock

diff --git a/Gemfile b/Gemfile
index ec9eb03b0c0f47c6449890a17e1b0db94df0b0b8..baf310d5a8824a3d7cefbcb904015fec9a97399d 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -4,3 +4,6 @@ gem "cookstyle"
 gem "kitchen-dokken"
 gem "kitchen-inspec"
 gem "test-kitchen"
 gem "kitchen-dokken"
 gem "kitchen-inspec"
 gem "test-kitchen"
+
+# Lock some modules to old versions for ruby 3.1 support
+gem "zeitwerk", "< 2.7"
index d432aff365dc4128656cdf656c8878e14c6d4401..40032233db62298e139d1f43c5ee50f124d28c76 100644 (file)
@@ -755,7 +755,7 @@ GEM
     wisper (2.0.1)
     yajl-ruby (1.4.3)
     yaml-safe_load_stream3 (0.1.2)
     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
 
 PLATFORMS
   ruby
@@ -765,6 +765,7 @@ DEPENDENCIES
   kitchen-dokken
   kitchen-inspec
   test-kitchen
   kitchen-dokken
   kitchen-inspec
   test-kitchen
+  zeitwerk (< 2.7)
 
 BUNDLED WITH
    2.2.16
 
 BUNDLED WITH
    2.2.16