Skip to content

Commit

Permalink
Fix typo (#7883)
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez authored Aug 23, 2023
1 parent 33406c2 commit 81737dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pub/lib/dependabot/pub/update_checker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def updated_requirements
# This security update would require unlocking other packages, which is not currently supported.
# Because of that, return original requirements, so that no requirements are actually updated and
# the error bubbles up as security_update_not_possible to the user.
return depedency.requirements if breaking_changes.size > 1
return dependency.requirements if breaking_changes.size > 1

updates.find { |u| u["name"] == dependency.name }
else
Expand Down

0 comments on commit 81737dc

Please sign in to comment.