method
nothing_changed?
ruby latest stable - Class:
Bundler::Definition
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