[ruby/tempfile] Bump up 0.2.1

https://github.com/ruby/tempfile/commit/1450bb4f1c
This commit is contained in:
Hiroshi SHIBATA 2023-12-05 16:02:01 +09:00 committed by git
parent 494e2e4bfb
commit f19de1289b

View File

@ -88,7 +88,7 @@ require 'tmpdir'
# mutex.
class Tempfile < DelegateClass(File)
VERSION = "0.2.0"
VERSION = "0.2.1"
# Creates a file in the underlying file system;
# returns a new \Tempfile object based on that file.