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

ruby-changes:67187

From: nagachika <ko1@a...>
Date: Thu, 19 Aug 2021 15:08:47 +0900 (JST)
Subject: [ruby-changes:67187] 09d90c0ed8 (ruby_3_0): merge revision(s) 164f50dea918e7019847f578c3cffb079993d626,1985a3a77fac64cda177c74113a9348e36233630:

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

From 09d90c0ed861e74e58a59bc413bc39bcf9775db8 Mon Sep 17 00:00:00 2001
From: nagachika <nagachika@r...>
Date: Thu, 19 Aug 2021 15:08:07 +0900
Subject: merge revision(s)
 164f50dea918e7019847f578c3cffb079993d626,1985a3a77fac64cda177c74113a9348e36233630:

	Update TypeProf to 0.15.1

	---
	 .github/workflows/ubuntu.yml | 2 +-
	 gems/bundled_gems            | 2 +-
	 2 files changed, 2 insertions(+), 2 deletions(-)

	Bundle RBS 1.4.0 & typeprof 0.15.2 (#4753)

	* Bundle RBS 1.4.0

	* Bundle typeprof 0.15.2
	---
	 gems/bundled_gems | 4 ++--
	 1 file changed, 2 insertions(+), 2 deletions(-)
---
 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 dca7a05..4eda5f9 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
-typeprof 0.15.0 https://github.com/ruby/typeprof
-rbs 1.3.3 https://github.com/ruby/rbs
+typeprof 0.15.2 https://github.com/ruby/typeprof
+rbs 1.4.0 https://github.com/ruby/rbs
diff --git a/version.h b/version.h
index fe7dfca..ca67d7f 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 123
+#define RUBY_PATCHLEVEL 124
 
 #define RUBY_RELEASE_YEAR 2021
 #define RUBY_RELEASE_MONTH 8
-#define RUBY_RELEASE_DAY 8
+#define RUBY_RELEASE_DAY 19
 
 #include "ruby/version.h"
 
-- 
cgit v1.1


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

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