From 5ab6b3181f6c1af46a6ebd92801a464ad370c520 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Thu, 22 Feb 2024 01:52:59 +0900 Subject: [PATCH] [ruby/fileutils] [DOC] FileUtils::VERSION https://github.com/ruby/fileutils/commit/48742e2921 --- lib/fileutils.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/fileutils.rb b/lib/fileutils.rb index 1a95ef392a..e8cc355760 100644 --- a/lib/fileutils.rb +++ b/lib/fileutils.rb @@ -180,6 +180,7 @@ end # - {CVE-2004-0452}[https://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0452]. # module FileUtils + # The version number. VERSION = "1.7.2" def self.private_module_function(name) #:nodoc: