summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornagachika <nagachika@ruby-lang.org>2021-07-29 23:25:09 +0900
committernagachika <nagachika@ruby-lang.org>2021-07-29 23:25:09 +0900
commitfd476075593b97b143ad39293af5450143cc2ad0 (patch)
tree6c609744802643c1adb94cf9f159c2c9a6a314cc
parente2aaed044e9775dde061ecc960b7afabe91e7c6f (diff)
merge revision(s) 8897098b5ca3ce987307d1799f7765e6a279ff0d,d04ba0906c35013a8432535168eec270d6e9a913:
Update bundled_gems to pass test-bundled-gems on macOS. --- gems/bundled_gems | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Update bundled_gems --- gems/bundled_gems | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
-rw-r--r--gems/bundled_gems2
-rw-r--r--version.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/gems/bundled_gems b/gems/bundled_gems
index ee5842d6ca..dca7a058a6 100644
--- a/gems/bundled_gems
+++ b/gems/bundled_gems
@@ -6,4 +6,4 @@ 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
typeprof 0.15.0 https://github.com/ruby/typeprof
-rbs 1.3.1 https://github.com/ruby/rbs
+rbs 1.3.3 https://github.com/ruby/rbs
diff --git a/version.h b/version.h
index cab29f2616..861825da89 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 116
+#define RUBY_PATCHLEVEL 117
#define RUBY_RELEASE_YEAR 2021
#define RUBY_RELEASE_MONTH 7
-#define RUBY_RELEASE_DAY 25
+#define RUBY_RELEASE_DAY 29
#include "ruby/version.h"