Exception: Berkshelf::LockfileOutOfSync

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

Instance Method Summary collapse

Methods inherited from BerkshelfError

status_code

Instance Method Details

#to_sObject



426
427
428
# File 'lib/berkshelf/errors.rb', line 426

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