Exception: Berkshelf::LockfileOutOfSync

Inherits:
BerkshelfError show all
Defined in:
lib/berkshelf/errors.rb

Instance Method Summary collapse

Methods inherited from BerkshelfError

set_status_code

Instance Method Details

#to_sObject



469
470
471
# File 'lib/berkshelf/errors.rb', line 469

def to_s
  'The lockfile is out of sync! Run `berks install` to sync the lockfile.'
end