[ruby/timeout] bump up 0.3.2

https://github.com/ruby/timeout/commit/e1b2448101
This commit is contained in:
Hiroshi SHIBATA 2023-02-16 09:49:21 +09:00 committed by git
parent b03b251aa4
commit 65b6411e9d

View File

@ -23,7 +23,7 @@
# Copyright:: (C) 2000 Information-technology Promotion Agency, Japan
module Timeout
VERSION = "0.3.1"
VERSION = "0.3.2"
# Raised by Timeout.timeout when the block times out.
class Error < RuntimeError