diff options
author | Hiroshi SHIBATA <[email protected]> | 2023-11-07 16:15:19 +0900 |
---|---|---|
committer | git <[email protected]> | 2023-11-07 07:15:34 +0000 |
commit | 9857499d3dc4a1777f66951e88a2699698269fce () | |
tree | 74a7133939c090677263c088311fc0ee0623ced9 /lib/fileutils.rb | |
parent | 8a822a9849feed3b8c2f50e957c5d87e7df6b883 (diff) |
[ruby/fileutils] Bump up 1.7.2
https://.com/ruby/fileutils/commit/577fd38f15
-rw-r--r-- | lib/fileutils.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -180,7 +180,7 @@ end # - {CVE-2004-0452}[https://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0452]. # module FileUtils - VERSION = "1.7.1" def self.private_module_function(name) #:nodoc: module_function name |