From 8087ba736e447c11296fadd9cf32bd46b1b14414 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Sun, 29 Jan 2023 15:07:11 +0900 Subject: [ruby/stringio] bump up to 3.0.6 https://github.com/ruby/stringio/commit/325933500b --- ext/stringio/stringio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/stringio/stringio.c b/ext/stringio/stringio.c index 52a7072231..f48f967ce9 100644 --- a/ext/stringio/stringio.c +++ b/ext/stringio/stringio.c @@ -12,7 +12,7 @@ **********************************************************************/ -#define STRINGIO_VERSION "3.0.5" +#define STRINGIO_VERSION "3.0.6" #include "ruby.h" #include "ruby/io.h" -- cgit v1.2.3