summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornagachika <nagachika@ruby-lang.org>2021-07-25 13:12:07 +0900
committernagachika <nagachika@ruby-lang.org>2021-07-25 13:13:08 +0900
commitec5bc13262de3c827d0e1685d89be3b18457783c (patch)
treef9e8d080e96f5a2cf779181f85c4618de2d27c82
parent186900d12c01823e7b62d7f00c0b70b83a722b8d (diff)
bump up bundled rbs and typeprof version to pass test-bundled-gems.
-rw-r--r--gems/bundled_gems4
-rw-r--r--version.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/gems/bundled_gems b/gems/bundled_gems
index 83618c5f88..0ff821d6f2 100644
--- a/gems/bundled_gems
+++ b/gems/bundled_gems
@@ -5,5 +5,5 @@ rake 13.0.3 https://github.com/ruby/rake
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 c38727754f..44776a9df7 100644
--- a/version.h
+++ b/version.h
@@ -12,11 +12,11 @@
# 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"