Support for the Ruby 2.1 series ended on March 31 2017. See here for details.
A set of gems from a gem dependencies lockfile.
Creates a new LockSet from the given
source
# File rubygems/resolver/lock_set.rb, line 11 def initialize source super() @source = Gem::Source::Lock.new source @specs = [] end