[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 коммит произвёл git
Родитель 361b3efe16
Коммит b31995d882
3 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -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

Просмотреть файл

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

Просмотреть файл

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