Class: Dependabot::Uv::FileUpdater::VersionConfigParser::VersionConfig
- Inherits:
-
T::Struct
- Object
- T::Struct
- Dependabot::Uv::FileUpdater::VersionConfigParser::VersionConfig
- 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
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 |