Skip to content

Upgrade ruby-lsp requirement to v0.21.2 #502

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
ruby-lsp-rails (0.3.21)
ruby-lsp (>= 0.21.0, < 0.22.0)
ruby-lsp (>= 0.21.2, < 0.22.0)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -224,7 +224,7 @@ GEM
rubocop (~> 1.51)
rubocop-sorbet (0.8.3)
rubocop (>= 0.90.0)
ruby-lsp (0.21.0)
ruby-lsp (0.21.2)
language_server-protocol (~> 3.17.0)
prism (>= 1.2, < 2.0)
rbs (>= 3, < 4)
Expand Down
2 changes: 1 addition & 1 deletion ruby-lsp-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ Gem::Specification.new do |spec|
Dir["lib/**/*", "LICENSE.txt", "Rakefile", "README.md"]
end

spec.add_dependency("ruby-lsp", ">= 0.21.0", "< 0.22.0")
spec.add_dependency("ruby-lsp", ">= 0.21.2", "< 0.22.0")
end
2,270 changes: 1,170 additions & 1,100 deletions sorbet/rbi/gems/[email protected] → sorbet/rbi/gems/[email protected]

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

17,200 changes: 8,939 additions & 8,261 deletions sorbet/rbi/gems/[email protected] → sorbet/rbi/gems/[email protected]

Large diffs are not rendered by default.

Loading
Loading