Skip to content

Commit

Permalink
Upgrade ruby-lsp requirement to v0.21.2 (#502)
Browse files Browse the repository at this point in the history
Bump our requirement so that we can use the fixes to window show message and the progress additions.
  • Loading branch information
vinistock authored Nov 1, 2024
1 parent 90f8a47 commit 3a01040
Show file tree
Hide file tree
Showing 49 changed files with 30,341 additions and 23,452 deletions.
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.

336 changes: 210 additions & 126 deletions sorbet/rbi/gems/[email protected] → ...et/rbi/gems/[email protected]

Large diffs are not rendered by default.

493 changes: 245 additions & 248 deletions sorbet/rbi/gems/[email protected] → sorbet/rbi/gems/[email protected]

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

0 comments on commit 3a01040

Please sign in to comment.