merge revision(s) 8d49c05c13: [Backport #21395]

Use the edge version of debug gem
This commit is contained in:
Takashi Kokubun 2025-07-14 13:58:08 -07:00
parent 58d08abef5
commit 79b73dd862
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ matrix 0.4.2 https://github.com/ruby/matrix
prime 0.1.3 https://github.com/ruby/prime
rbs 3.8.0 https://github.com/ruby/rbs
typeprof 0.30.1 https://github.com/ruby/typeprof
debug 1.10.0 https://github.com/ruby/debug
debug 1.11.0 https://github.com/ruby/debug
racc 1.8.1 https://github.com/ruby/racc
mutex_m 0.3.0 https://github.com/ruby/mutex_m
getoptlong 0.2.1 https://github.com/ruby/getoptlong

View file

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