From 3286fbb50e11a6f874424ac87a27511cf950f7b2 Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Fri, 28 Nov 2025 13:39:47 -0500 Subject: [PATCH] require_relative doesn't work as expected in ERB templates e.g., when firing up bin/minio-setup this looks in the parent directory However, we shouldn't need it since `lib` is eager loaded. --- config/storage.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/storage.yml b/config/storage.yml index 302a7a63e..c1b1da0c4 100644 --- a/config/storage.yml +++ b/config/storage.yml @@ -1,6 +1,4 @@ <% - require_relative "../lib/fizzy" - config_path = if Fizzy.saas? gem_path = Gem::Specification.find_by_name("fizzy-saas").gem_dir File.join(gem_path, "config", "storage.yml")