Skip to content

Commit

Permalink
Backport bundled_gems.rb for Ruby 3.3 (ruby#9457)
Browse files Browse the repository at this point in the history
racc is extracted at Ruby 3.3, not 3.4
  • Loading branch information
hsbt committed Feb 1, 2024
1 parent 920c17d commit 57d8d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bundled_gems.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 57d8d6e

Please sign in to comment.