class RBS::Collection::Config::LockfileGenerator::GemfileLockMismatchError
Public Class Methods
Public Instance Methods
() → String
Source
# File vendor/bundle/ruby/4.0.0/gems/rbs-4.0.3/lib/rbs/collection/config/lockfile_generator.rb, line 30 def message <<~MESSAGE RBS Collection loads a different Gemfile.lock from before. The Gemfile.lock must be the same as that is recorded in rbs_collection.lock.yaml. Expected Gemfile.lock: #{@expected} Actual Gemfile.lock: #{@actual} MESSAGE end