diff options
author | Takashi Kokubun <[email protected]> | 2024-05-31 17:13:18 -0700 |
---|---|---|
committer | Takashi Kokubun <[email protected]> | 2024-05-31 17:13:33 -0700 |
commit | c9bec74b21f0e6cf05d9b200a1636bdb8069de8c (patch) | |
tree | d1583cb38f85de2de30cb6285dca3c1d50a78b8e | |
parent | ea196a3c9f181d368ed1d308201f44a88de69b42 (diff) |
merge revision(s) 70ad58cb62b195ba86a5ef07a565b22b02a040ea: [Backport #20516]
Update bundled_gems
-rw-r--r-- | gems/bundled_gems | 2 | ||||
-rw-r--r-- | version.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gems/bundled_gems b/gems/bundled_gems index ae0a1acc3d..aa96ab841c 100644 --- a/gems/bundled_gems +++ b/gems/bundled_gems @@ -9,7 +9,7 @@ minitest 5.20.0 https://github.com/minitest/minitest power_assert 2.0.3 https://github.com/ruby/power_assert rake 13.1.0 https://github.com/ruby/rake test-unit 3.6.1 https://github.com/test-unit/test-unit -rexml 3.2.6 https://github.com/ruby/rexml +rexml 3.2.8 https://github.com/ruby/rexml rss 0.3.0 https://github.com/ruby/rss net-ftp 0.3.4 https://github.com/ruby/net-ftp net-imap 0.4.9.1 https://github.com/ruby/net-imap @@ -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 82 +#define RUBY_PATCHLEVEL 83 #include "ruby/version.h" #include "ruby/internal/abi.h" |