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



472
473
474
# File 'lib/berkshelf/errors.rb', line 472

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