[rubygems/rubygems] Fix wrong version is comment
This RubyGems feature is being released as 3.5.15, so we can stop monkeypatching RubyGems once support for the previous version is dropped. https://github.com/rubygems/rubygems/commit/36f146840d
This commit is contained in:
parent
39826f384a
commit
ae6a2d0641
@ -53,7 +53,7 @@ module Gem
|
|||||||
|
|
||||||
require "rubygems/specification"
|
require "rubygems/specification"
|
||||||
|
|
||||||
# Can be removed once RubyGems 3.5.15 support is dropped
|
# Can be removed once RubyGems 3.5.14 support is dropped
|
||||||
VALIDATES_FOR_RESOLUTION = Specification.new.respond_to?(:validate_for_resolution).freeze
|
VALIDATES_FOR_RESOLUTION = Specification.new.respond_to?(:validate_for_resolution).freeze
|
||||||
|
|
||||||
class Specification
|
class Specification
|
||||||
|
Loading…
x
Reference in New Issue
Block a user