[rubygems/rubygems] Rename molinillo wrapper file to vendored_molinillo.rb

https://github.com/rubygems/rubygems/commit/d7c15f6fd7
This commit is contained in:
Hiroshi SHIBATA 2024-01-30 12:20:57 +09:00 committed by git
parent 361b3efe16
commit b31995d882
3 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@ require_relative "util/list"
# all the requirements.
class Gem::Resolver
require_relative "resolver/molinillo"
require_relative "vendored_molinillo"
##
# If the DEBUG_RESOLVER environment variable is set then debugging mode is

View File

@ -1,3 +0,0 @@
# frozen_string_literal: true
require_relative "../vendor/molinillo/lib/molinillo"

View File

@ -0,0 +1,3 @@
# frozen_string_literal: true
require_relative "vendor/molinillo/lib/molinillo"