From 7e07a584d05708010b888866390307c6ff037738 Mon Sep 17 00:00:00 2001 From: Jane Sandberg Date: Wed, 6 Nov 2024 10:45:47 -0800 Subject: [PATCH] Upgrade zeitwerk to 2.6.18 This allows us to use Blacklight 8.6.1. On our current verions of zeitwerk, Blacklight 8.6.1 gives us an uninitialized constant Blacklight::Rendering (NameError) error when we try to start the application. Many thanks to @cgalarza for your detective work on this issue! Helps with #4539, since this will allow us to use 8.6.1, which fixes this bug. See also https://github.com/projectblacklight/blacklight/issues/3431 --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 2bc445c38..3d7fab289 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -734,7 +734,7 @@ GEM yajl-ruby (1.4.3) yard (0.9.36) yell (2.2.2) - zeitwerk (2.6.17) + zeitwerk (2.6.18) PLATFORMS aarch64-linux