From 1ca2911a2a901a68c591492a0fa83dd6197cfaa2 Mon Sep 17 00:00:00 2001 From: Ngan Pham Date: Tue, 9 Dec 2025 18:42:51 -0800 Subject: [PATCH] Add pathname requirement to singed.rb --- lib/singed.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/singed.rb b/lib/singed.rb index 8e96fbf..a4fd033 100644 --- a/lib/singed.rb +++ b/lib/singed.rb @@ -2,6 +2,7 @@ require "json" require "stackprof" +require "pathname" module Singed extend self