lib/bundler/errors.rb in bundler-2.2.25 vs lib/bundler/errors.rb in bundler-2.2.26

- old
+ new

@@ -120,10 +120,10 @@ status_code(26) end class VirtualProtocolError < BundlerError def message - "There was an error relating to virtualization and file access." \ + "There was an error relating to virtualization and file access. " \ "It is likely that you need to grant access to or mount some file system correctly." end status_code(27) end