From 5f10b346be0b86e405241ece1b747409ee29b05f Mon Sep 17 00:00:00 2001 From: xsalefter Date: Wed, 22 Jul 2026 03:51:58 +0700 Subject: [PATCH] add require 'cgi' ': uninitialized constant "CGI" --- kpm/lib/kpm/nexus_helper/maven_central_api_calls.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/kpm/lib/kpm/nexus_helper/maven_central_api_calls.rb b/kpm/lib/kpm/nexus_helper/maven_central_api_calls.rb index f1e764cd..6019d859 100644 --- a/kpm/lib/kpm/nexus_helper/maven_central_api_calls.rb +++ b/kpm/lib/kpm/nexus_helper/maven_central_api_calls.rb @@ -4,6 +4,7 @@ require 'uri' require 'json' require 'rexml/document' +require 'cgi' module KPM module NexusFacade