Skip to content

Commit

Permalink
Bump jaro_winkler dependency to remove deprecation (#731)
Browse files Browse the repository at this point in the history
Require 'jaro_winkler', '~> 1.6', in order to use
`JaroWinkler.similarity` instead of `JaroWinkler.distance` to fix a
deprecation message while running specs.

Co-authored-by: Fred Snyder <[email protected]>
  • Loading branch information
tagliala and castwide authored Jan 7, 2025
1 parent b200695 commit b64bf5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solargraph.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'bundler', '~> 2.0'
s.add_runtime_dependency 'diff-lcs', '~> 1.4'
s.add_runtime_dependency 'e2mmap'
s.add_runtime_dependency 'jaro_winkler', '~> 1.5'
s.add_runtime_dependency 'jaro_winkler', '~> 1.6'
s.add_runtime_dependency 'logger', '~> 1.6'
s.add_runtime_dependency 'kramdown', '~> 2.3'
s.add_runtime_dependency 'kramdown-parser-gfm', '~> 1.1'
Expand Down

0 comments on commit b64bf5b

Please sign in to comment.