Skip to content

Commit

Permalink
Revert "Backport bundled_gems.rb for Ruby 3.3 (ruby#9457)"
Browse files Browse the repository at this point in the history
This reverts commit 57d8d6e.
  • Loading branch information
jhawthorn committed Apr 23, 2024
1 parent 9e6850a commit 74dd160
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,7 +13,6 @@ 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 @@ -23,6 +22,7 @@ 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 74dd160

Please sign in to comment.