lib/bundler/errors.rb in bundler-1.11.0 vs lib/bundler/errors.rb in bundler-1.11.1

- old
+ new

@@ -67,10 +67,10 @@ end status_code(23) end - class YAMLSyntaxError < BundlerError + class YamlSyntaxError < BundlerError attr_reader :orig_exception def initialize(orig_exception, msg) super(msg) @orig_exception = orig_exception