summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornagachika <nagachika@ruby-lang.org>2024-08-27 17:22:49 +0900
committernagachika <nagachika@ruby-lang.org>2024-08-27 17:22:49 +0900
commit529b618235deb287be7c691064e11f942162f595 (patch)
tree3aa63f127e7ba40f9e2977b69fad8c46b935d28c
parent3a3784a197383046537e66a9c567b96a52f0f86f (diff)
Revert "merge revision(s) 29500e3034681a30045dea462d6bb653e8600738: [Backport #20698]"
This reverts commit 3a3784a197383046537e66a9c567b96a52f0f86f.
-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 c80d73de60..f4270f1d1f 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.3.6 https://github.com/ruby/rexml
+rexml 3.3.5 https://github.com/ruby/rexml
rss 0.3.1 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 f18a743990..e4c550e381 100644
--- a/version.h
+++ b/version.h
@@ -11,7 +11,7 @@
# define RUBY_VERSION_MINOR RUBY_API_VERSION_MINOR
#define RUBY_VERSION_TEENY 5
#define RUBY_RELEASE_DATE RUBY_RELEASE_YEAR_STR"-"RUBY_RELEASE_MONTH_STR"-"RUBY_RELEASE_DAY_STR
-#define RUBY_PATCHLEVEL 215
+#define RUBY_PATCHLEVEL 214
#include "ruby/version.h"
#include "ruby/internal/abi.h"