method

nothing_changed?

nothing_changed?()
public

No documentation available.

# File lib/bundler/definition.rb, line 538
    def nothing_changed?
      !@source_changes && !@dependency_changes && !@new_platform && !@path_changes && !@local_changes && !@locked_specs_incomplete_for_platform
    end