diff --git a/gems/bundled_gems b/gems/bundled_gems index 22e846be9e..f8fe130552 100644 --- a/gems/bundled_gems +++ b/gems/bundled_gems @@ -5,5 +5,5 @@ rake 13.0.3 https://github.com/ruby/rake test-unit 3.3.7 https://github.com/test-unit/test-unit 3.3.7 rexml 3.2.4 https://github.com/ruby/rexml rss 0.2.9 https://github.com/ruby/rss 0.2.9 -rbs 1.0.0 https://github.com/ruby/rbs -typeprof 0.11.0 https://github.com/ruby/typeprof \ No newline at end of file +rbs 1.0.4 https://github.com/ruby/rbs +typeprof 0.12.0 https://github.com/ruby/typeprof diff --git a/version.h b/version.h index e8dfcf6999..e40891fa06 100644 --- a/version.h +++ b/version.h @@ -12,11 +12,11 @@ # define RUBY_VERSION_MINOR RUBY_API_VERSION_MINOR #define RUBY_VERSION_TEENY 0 #define RUBY_RELEASE_DATE RUBY_RELEASE_YEAR_STR"-"RUBY_RELEASE_MONTH_STR"-"RUBY_RELEASE_DAY_STR -#define RUBY_PATCHLEVEL 33 +#define RUBY_PATCHLEVEL 37 #define RUBY_RELEASE_YEAR 2021 #define RUBY_RELEASE_MONTH 2 -#define RUBY_RELEASE_DAY 2 +#define RUBY_RELEASE_DAY 3 #include "ruby/version.h"