[前][次][番号順一覧][スレッド一覧]

ruby-changes:66880

From: nagachika <ko1@a...>
Date: Sun, 25 Jul 2021 13:13:49 +0900 (JST)
Subject: [ruby-changes:66880] ec5bc13262 (ruby_3_0): bump up bundled rbs and typeprof version to pass test-bundled-gems.

https://git.ruby-lang.org/ruby.git/commit/?id=ec5bc13262

From ec5bc13262de3c827d0e1685d89be3b18457783c Mon Sep 17 00:00:00 2001
From: nagachika <nagachika@r...>
Date: Sun, 25 Jul 2021 13:12:07 +0900
Subject: bump up bundled rbs and typeprof version to pass test-bundled-gems.

---
 gems/bundled_gems | 4 ++--
 version.h         | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/gems/bundled_gems b/gems/bundled_gems
index 83618c5..0ff821d 100644
--- a/gems/bundled_gems
+++ b/gems/bundled_gems
@@ -5,5 +5,5 @@ rake 13.0.3 https://github.com/ruby/rake https://github.com/ruby/ruby/blob/trunk/gems/bundled_gems#L5
 test-unit 3.3.7 https://github.com/test-unit/test-unit 3.3.7
 rexml 3.2.5 https://github.com/ruby/rexml
 rss 0.2.9 https://github.com/ruby/rss 0.2.9
-rbs 1.0.4 https://github.com/ruby/rbs
-typeprof 0.12.0 https://github.com/ruby/typeprof
+typeprof 0.14.1 https://github.com/ruby/typeprof
+rbs 1.2.1 https://github.com/ruby/rbs
diff --git a/version.h b/version.h
index c387277..44776a9 100644
--- a/version.h
+++ b/version.h
@@ -12,11 +12,11 @@ https://github.com/ruby/ruby/blob/trunk/version.h#L12
 # define RUBY_VERSION_MINOR RUBY_API_VERSION_MINOR
 #define RUBY_VERSION_TEENY 3
 #define RUBY_RELEASE_DATE RUBY_RELEASE_YEAR_STR"-"RUBY_RELEASE_MONTH_STR"-"RUBY_RELEASE_DAY_STR
-#define RUBY_PATCHLEVEL 112
+#define RUBY_PATCHLEVEL 113
 
 #define RUBY_RELEASE_YEAR 2021
 #define RUBY_RELEASE_MONTH 7
-#define RUBY_RELEASE_DAY 22
+#define RUBY_RELEASE_DAY 25
 
 #include "ruby/version.h"
 
-- 
cgit v1.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]