diff --git a/gems/bundled_gems b/gems/bundled_gems index a5286d5dd9..487e3320a1 100644 --- a/gems/bundled_gems +++ b/gems/bundled_gems @@ -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 diff --git a/version.h b/version.h index f0cdc4441c..13b11207db 100644 --- a/version.h +++ b/version.h @@ -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"