lib/berkshelf/errors.rb in berkshelf-3.1.5 vs lib/berkshelf/errors.rb in berkshelf-3.2.0

- old
+ new

@@ -392,10 +392,9 @@ msg end end class DuplicateDemand < BerkshelfError; set_status_code(138); end - class VendorError < BerkshelfError; set_status_code(139); end class LockfileNotFound < BerkshelfError set_status_code(140) def to_s 'Lockfile not found! Run `berks install` to create the lockfile.'