merge revision(s) ec14861f0d:

Update to ruby/spec@7e680fa

	---
	 spec/ruby/core/dir/home_spec.rb      | 5 +++--
	 spec/ruby/core/process/spawn_spec.rb | 2 +-
	 2 files changed, 4 insertions(+), 3 deletions(-)
This commit is contained in:
nagachika 2023-06-25 12:37:14 +09:00
parent e3d10dedf1
commit 0c00fb5d92
3 changed files with 5 additions and 4 deletions

View file

@ -11,7 +11,7 @@
# define RUBY_VERSION_MINOR RUBY_API_VERSION_MINOR
#define RUBY_VERSION_TEENY 2
#define RUBY_RELEASE_DATE RUBY_RELEASE_YEAR_STR"-"RUBY_RELEASE_MONTH_STR"-"RUBY_RELEASE_DAY_STR
#define RUBY_PATCHLEVEL 57
#define RUBY_PATCHLEVEL 58
#include "ruby/version.h"
#include "ruby/internal/abi.h"