Skip to content

Commit 79b73dd

Browse files
committed
merge revision(s) 8d49c05: [Backport #21395]
Use the edge version of debug gem
1 parent 58d08ab commit 79b73dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gems/bundled_gems

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ matrix 0.4.2 https://github.com/ruby/matrix
2020
prime 0.1.3 https://github.com/ruby/prime
2121
rbs 3.8.0 https://github.com/ruby/rbs
2222
typeprof 0.30.1 https://github.com/ruby/typeprof
23-
debug 1.10.0 https://github.com/ruby/debug
23+
debug 1.11.0 https://github.com/ruby/debug
2424
racc 1.8.1 https://github.com/ruby/racc
2525
mutex_m 0.3.0 https://github.com/ruby/mutex_m
2626
getoptlong 0.2.1 https://github.com/ruby/getoptlong

version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# define RUBY_VERSION_MINOR RUBY_API_VERSION_MINOR
1212
#define RUBY_VERSION_TEENY 4
1313
#define RUBY_RELEASE_DATE RUBY_RELEASE_YEAR_STR"-"RUBY_RELEASE_MONTH_STR"-"RUBY_RELEASE_DAY_STR
14-
#define RUBY_PATCHLEVEL 40
14+
#define RUBY_PATCHLEVEL 41
1515

1616
#include "ruby/version.h"
1717
#include "ruby/internal/abi.h"

0 commit comments

Comments
 (0)