Skip to content

Commit

Permalink
Order dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
castwide committed Jan 7, 2025
1 parent b64bf5b commit 3bbd03f
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 @@ -29,9 +29,9 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'diff-lcs', '~> 1.4'
s.add_runtime_dependency 'e2mmap'
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'
s.add_runtime_dependency 'logger', '~> 1.6'
s.add_runtime_dependency 'observer', '~> 0.1'
s.add_runtime_dependency 'ostruct', '~> 0.6'
s.add_runtime_dependency 'parser', '~> 3.0'
Expand Down

0 comments on commit 3bbd03f

Please sign in to comment.