summaryrefslogtreecommitdiff
path: root/lib/rubygems/vendor/molinillo/lib/molinillo/resolution.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2024-01-30 12:24:29 +0900
committergit <svn-admin@ruby-lang.org>2024-01-30 09:26:54 +0000
commit2f54422d03d12ef34356e879669303a58cca1b33 (patch)
treefb0c7172fc7bcf945e7628bc0d99c79913d87f33 /lib/rubygems/vendor/molinillo/lib/molinillo/resolution.rb
parentb31995d8829738f61f26b9166b2d7e500b3f4abf (diff)
[rubygems/rubygems] Update namespace Gem::Resolver::Molinillo to Gem::Molinillo
https://github.com/rubygems/rubygems/commit/6c4caf3ab0
Diffstat (limited to 'lib/rubygems/vendor/molinillo/lib/molinillo/resolution.rb')
-rw-r--r--lib/rubygems/vendor/molinillo/lib/molinillo/resolution.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/rubygems/vendor/molinillo/lib/molinillo/resolution.rb b/lib/rubygems/vendor/molinillo/lib/molinillo/resolution.rb
index 8b40e59e42..5cfc6e3a0d 100644
--- a/lib/rubygems/vendor/molinillo/lib/molinillo/resolution.rb
+++ b/lib/rubygems/vendor/molinillo/lib/molinillo/resolution.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true
-module Gem::Resolver::Molinillo
+module Gem::Molinillo
class Resolver
# A specific resolution from a given {Resolver}
class Resolution
@@ -244,8 +244,8 @@ module Gem::Resolver::Molinillo
require_relative 'delegates/resolution_state'
require_relative 'delegates/specification_provider'
- include Gem::Resolver::Molinillo::Delegates::ResolutionState
- include Gem::Resolver::Molinillo::Delegates::SpecificationProvider
+ include Gem::Molinillo::Delegates::ResolutionState
+ include Gem::Molinillo::Delegates::SpecificationProvider
# Processes the topmost available {RequirementState} on the stack
# @return [void]