diff options
author | Hiroshi SHIBATA <[email protected]> | 2022-12-05 15:12:08 +0900 |
---|---|---|
committer | git <[email protected]> | 2022-12-05 06:12:31 +0000 |
commit | 05caafb4731c796890027cafedaac59dc108a23a () | |
tree | 845afc71aca1a35ff89f58204a136d22c97d2bf8 /lib/fileutils.rb | |
parent | 594c663f12e3671f1b916a47b96c29beebb36277 (diff) |
[ruby/fileutils] Bump version to 1.7.0
https://.com/ruby/fileutils/commit/213e6a3d1f
-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.6.0" def self.private_module_function(name) #:nodoc: module_function name |