Skip to content

Commit

Permalink
Update language_server-protocol gem
Browse files Browse the repository at this point in the history
  • Loading branch information
pocke committed Feb 10, 2025
1 parent 44eb1f3 commit 7d71b79
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 26 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PATH
csv (>= 3.0.9)
fileutils (>= 1.1.0)
json (>= 2.1.0)
language_server-protocol (>= 3.15, < 4.0)
language_server-protocol (>= 3.17.0.4, < 4.0)
listen (~> 3.0)
logger (>= 1.3.0)
parser (>= 3.1)
Expand Down
2 changes: 0 additions & 2 deletions lib/steep.rb
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,6 @@
require "steep/drivers/worker"
require "steep/drivers/diagnostic_printer"

require 'steep/lsp_patch'

if ENV["NO_COLOR"]
Rainbow.enabled = false
end
Expand Down
22 changes: 0 additions & 22 deletions lib/steep/lsp_patch.rb

This file was deleted.

2 changes: 1 addition & 1 deletion steep.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "activesupport", ">= 5.1"
spec.add_runtime_dependency "rainbow", ">= 2.2.2", "< 4.0"
spec.add_runtime_dependency "listen", "~> 3.0"
spec.add_runtime_dependency "language_server-protocol", ">= 3.15", "< 4.0"
spec.add_runtime_dependency "language_server-protocol", ">= 3.17.0.4", "< 4.0"
spec.add_runtime_dependency "rbs", "~> 3.8"
spec.add_runtime_dependency "concurrent-ruby", ">= 1.1.10"
spec.add_runtime_dependency "terminal-table", ">= 2", "< 4"
Expand Down

0 comments on commit 7d71b79

Please sign in to comment.