From ce7da3d1bacd3410e0bc01edad83094c22935c32 Mon Sep 17 00:00:00 2001 From: Cody Cutrer Date: Fri, 8 Nov 2024 13:09:47 -0700 Subject: [PATCH] fix yard on some rubies Signed-off-by: Cody Cutrer --- lib/openhab/yard/html_helper.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/openhab/yard/html_helper.rb b/lib/openhab/yard/html_helper.rb index 0fcc533fb6..3f87ec7f73 100644 --- a/lib/openhab/yard/html_helper.rb +++ b/lib/openhab/yard/html_helper.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true require "nokogiri" +require "uri" module OpenHAB module YARD