diff options
| author | nagachika <nagachika@ruby-lang.org> | 2024-07-22 11:36:03 +0900 |
|---|---|---|
| committer | nagachika <nagachika@ruby-lang.org> | 2024-07-22 12:21:12 +0900 |
| commit | 1dba48bb3a92bccc350508935ed0b59a249b674b (patch) | |
| tree | dc075afc50b5ecf719cc5486c7dc127017ed4f8a | |
| parent | 483ad38c6968feb1990f36d48d14fd55988d2150 (diff) | |
bump rexml version to 3.3.2.
| -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 d38d95400e..67f4d72262 100644 --- a/gems/bundled_gems +++ b/gems/bundled_gems @@ -3,7 +3,7 @@ minitest 5.16.3 https://github.com/seattlerb/minitest power_assert 2.0.3 https://github.com/ruby/power_assert rake 13.0.6 https://github.com/ruby/rake test-unit 3.5.7 https://github.com/test-unit/test-unit -rexml 3.2.9 https://github.com/ruby/rexml +rexml 3.3.2 https://github.com/ruby/rexml rss 0.2.9 https://github.com/ruby/rss net-ftp 0.2.1 https://github.com/ruby/net-ftp net-imap 0.3.4.1 https://github.com/ruby/net-imap @@ -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 205 +#define RUBY_PATCHLEVEL 206 #include "ruby/version.h" #include "ruby/internal/abi.h" |
