summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2024-02-01 13:34:32 +0900
committerGitHub <noreply@github.com>2024-02-01 04:34:32 +0000
commit57d8d6e58a13c9de7bb84c1c76625789f435bca1 (patch)
treea1e4ada53b8becd41e5b8bfe4b59d0c994e33b71
parent920c17dc94239baae05b513046b27967f11a3569 (diff)
Backport bundled_gems.rb for Ruby 3.3 (#9457)
racc is extracted at Ruby 3.3, not 3.4
-rw-r--r--lib/bundled_gems.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundled_gems.rb b/lib/bundled_gems.rb
index 0bb2a7cb62..55286725c0 100644
--- a/lib/bundled_gems.rb
+++ b/lib/bundled_gems.rb
@@ -13,6 +13,7 @@ module Gem::BUNDLED_GEMS
"net-pop" => "3.1.0",
"net-smtp" => "3.1.0",
"prime" => "3.1.0",
+ "racc" => "3.3.0",
"abbrev" => "3.4.0",
"base64" => "3.4.0",
"bigdecimal" => "3.4.0",
@@ -22,7 +23,6 @@ module Gem::BUNDLED_GEMS
"mutex_m" => "3.4.0",
"nkf" => "3.4.0",
"observer" => "3.4.0",
- "racc" => "3.4.0",
"resolv-replace" => "3.4.0",
"rinda" => "3.4.0",
"syslog" => "3.4.0",