summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornagachika <nagachika@ruby-lang.org>2024-06-03 12:22:51 +0900
committernagachika <nagachika@ruby-lang.org>2024-06-03 12:22:51 +0900
commit3c04fd11a0a387d99d0e439b0e4147128beaa88d (patch)
tree07d64331331fc1e1772c2a9a924cafb1f52645bc
parentc48b2312acf40371590ac2a9618f4cb39472ef0f (diff)
Revert "partially merge revision(s) 70ad58cb62b195ba86a5ef07a565b22b02a040ea: [Backport #20516]"
This reverts commit 519ac9c5fd7bfa75655231188ac1da9589563618.
-rw-r--r--gems/bundled_gems2
-rw-r--r--version.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/gems/bundled_gems b/gems/bundled_gems
index 58b0d70c96..362dc23fa0 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.8 https://github.com/ruby/rexml
+rexml 3.2.5 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
diff --git a/version.h b/version.h
index 805359030e..a65b6c8239 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 172
+#define RUBY_PATCHLEVEL 171
#include "ruby/version.h"
#include "ruby/internal/abi.h"