Warn irb, reline for Ruby 3.5
This commit is contained in:
parent
81b74c9fad
commit
e43d701f09
Notes:
git
2024-09-06 05:45:37 +00:00
@ -32,6 +32,9 @@ module Gem::BUNDLED_GEMS
|
||||
"win32ole" => "3.5.0",
|
||||
"fiddle" => "3.5.0",
|
||||
"logger" => "3.5.0",
|
||||
"irb" => "3.5.0",
|
||||
"reline" => "3.5.0",
|
||||
# "readline" => "3.5.0", # This is wrapper for reline. We don't warn for this.
|
||||
}.freeze
|
||||
|
||||
SINCE_FAST_PATH = SINCE.transform_keys { |g| g.sub(/\A.*\-/, "") }.freeze
|
||||
|
Loading…
x
Reference in New Issue
Block a user