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

ruby-changes:66978

From: nagachika <ko1@a...>
Date: Thu, 29 Jul 2021 23:25:35 +0900 (JST)
Subject: [ruby-changes:66978] fd47607559 (ruby_3_0): merge revision(s) 8897098b5ca3ce987307d1799f7765e6a279ff0d,d04ba0906c35013a8432535168eec270d6e9a913:

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

From fd476075593b97b143ad39293af5450143cc2ad0 Mon Sep 17 00:00:00 2001
From: nagachika <nagachika@r...>
Date: Thu, 29 Jul 2021 23:25:09 +0900
Subject: 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(-)
---
 gems/bundled_gems | 2 +-
 version.h         | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gems/bundled_gems b/gems/bundled_gems
index ee5842d..dca7a05 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 https://github.com/ruby/ruby/blob/trunk/gems/bundled_gems#L6
 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 cab29f2..861825d 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 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"
 
-- 
cgit v1.1


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

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