Skip to content

Commit

Permalink
Address Sorbet error
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulapopoola authored Jun 11, 2024
1 parent 2c17a78 commit f4049e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/lib/dependabot/update_checkers/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def latest_resolvable_version

# Lowest available security fix version not checking resolvability
# @return [Dependabot::<package manager>::Version, #to_s] version class
sig { overridable.returns(Dependabot::Version) }
sig { overridable.returns(T.nilable(Dependabot::Version)) }
def lowest_security_fix_version
raise NotImplementedError, "#{self.class} must implement #lowest_security_fix_version"
end
Expand Down

0 comments on commit f4049e3

Please sign in to comment.