Skip to content

Commit

Permalink
[Bug #20737] We don't warn target gems for Ruby 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Sep 13, 2024
1 parent 55ddfd5 commit 4b21e58
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/bundled_gems.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@ module Gem::BUNDLED_GEMS
"resolv-replace" => "3.4.0",
"rinda" => "3.4.0",
"syslog" => "3.4.0",
"ostruct" => "3.5.0",
"pstore" => "3.5.0",
"rdoc" => "3.5.0",
"win32ole" => "3.5.0",
"fiddle" => "3.5.0",
"logger" => "3.5.0",
}.freeze

SINCE_FAST_PATH = SINCE.transform_keys { |g| g.sub(/\A.*\-/, "") }.freeze
Expand Down

0 comments on commit 4b21e58

Please sign in to comment.