lib/bundler/source.rb in bundler-2.2.32 vs lib/bundler/source.rb in bundler-2.2.33

- old
+ new

@@ -65,10 +65,10 @@ def inspect "#<#{self.class}:0x#{object_id} #{self}>" end - def to_err + def identifier to_s end def path? instance_of?(Bundler::Source::Path)