diff options
author | Hiroshi SHIBATA <[email protected]> | 2023-04-03 14:18:22 +0900 |
---|---|---|
committer | git <[email protected]> | 2023-04-03 05:19:00 +0000 |
commit | 6fb6d85aeed3ed12cf92ae2af009080609ee9a01 (patch) | |
tree | ca8bfb0e84fe1478db7e375a4bedda1320b04849 /lib/fileutils.rb | |
parent | 27f709aa3cdec00dadbc3a41c9974362060fdf66 (diff) |
[ruby/fileutils] Bump up v1.7.1
https://github.com/ruby/fileutils/commit/7138d85156
Diffstat (limited to 'lib/fileutils.rb')
-rw-r--r-- | lib/fileutils.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/fileutils.rb b/lib/fileutils.rb index 3e698a7372..6e7c3174cb 100644 --- a/lib/fileutils.rb +++ b/lib/fileutils.rb @@ -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.0" + VERSION = "1.7.1" def self.private_module_function(name) #:nodoc: module_function name |