lib/bundler/definition.rb in bundler-1.7.2 vs lib/bundler/definition.rb in bundler-1.7.3

- old
+ new

@@ -384,12 +384,13 @@ raise RubyVersionMismatch, msg end end - private - attr_reader :sources + private :sources + + private def nothing_changed? !@source_changes && !@dependency_changes && !@new_platform && !@path_changes && !@local_changes end