class Gem::Commands::UpdateCommand

def oldest_supported_version


originally ships with the oldest supported patch version of ruby.
Oldest version we support downgrading to. This is the version that
def oldest_supported_version
  @oldest_supported_version ||=
    Gem::Version.new("3.3.3")
end