Class: Dependabot::Uv::FileUpdater::VersionConfigParser::VersionConfig

Inherits:
T::Struct
  • Object
show all
Extended by:
T::Sig
Defined in:
lib/dependabot/uv/file_updater/version_config_parser.rb

Instance Method Summary collapse

Instance Method Details

#dynamic_version?Boolean

Returns:

  • (Boolean)


25
26
27
# File 'lib/dependabot/uv/file_updater/version_config_parser.rb', line 25

def dynamic_version?
  write_paths.any? || source_paths.any?
end