From 65b6411e9db31591ae2a4928acaa0bc2cc03c427 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Thu, 16 Feb 2023 09:49:21 +0900 Subject: [PATCH] [ruby/timeout] bump up 0.3.2 https://github.com/ruby/timeout/commit/e1b2448101 --- lib/timeout.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/timeout.rb b/lib/timeout.rb index 1d092f7c05..e1107765ab 100644 --- a/lib/timeout.rb +++ b/lib/timeout.rb @@ -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