A Lock source wraps an installed gem’s source and sorts before other sources during dependency resolution. This allows RubyGems to prefer gems from dependency lock files.

Attributes
Read

The wrapped Gem::Source

Class Methods

Creates a new Lock source that wraps source and moves it earlier in the sort list.

Instance Methods

Delegates to the wrapped source’s fetch_spec method.