Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Nishnha committed Sep 8, 2023
1 parent 0f423a6 commit e346ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion updater/lib/dependabot/updater/group_update_creation.rb
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def semver_rules_allow_grouping?(group, dependency, checker)

version = Dependabot::Utils.version_class_for_package_manager(job.package_manager).new(dependency.version.to_s)
latest_version = Dependabot::Utils.version_class_for_package_manager(job.package_manager).
new(checker.latest_version)
new(checker.latest_version)

# Not every version class implements .major, .minor, .patch so we calculate it here from the segments
latest = semver_segments(latest_version)
Expand Down

0 comments on commit e346ee5

Please sign in to comment.