Skip to content

Commit 3a01040

Browse files
authored
Upgrade ruby-lsp requirement to v0.21.2 (#502)
Bump our requirement so that we can use the fixes to window show message and the progress additions.
1 parent 90f8a47 commit 3a01040

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+30341
-23452
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PATH
22
remote: .
33
specs:
44
ruby-lsp-rails (0.3.21)
5-
ruby-lsp (>= 0.21.0, < 0.22.0)
5+
ruby-lsp (>= 0.21.2, < 0.22.0)
66

77
GEM
88
remote: https://rubygems.org/
@@ -224,7 +224,7 @@ GEM
224224
rubocop (~> 1.51)
225225
rubocop-sorbet (0.8.3)
226226
rubocop (>= 0.90.0)
227-
ruby-lsp (0.21.0)
227+
ruby-lsp (0.21.2)
228228
language_server-protocol (~> 3.17.0)
229229
prism (>= 1.2, < 2.0)
230230
rbs (>= 3, < 4)

ruby-lsp-rails.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ Gem::Specification.new do |spec|
2424
Dir["lib/**/*", "LICENSE.txt", "Rakefile", "README.md"]
2525
end
2626

27-
spec.add_dependency("ruby-lsp", ">= 0.21.0", "< 0.22.0")
27+
spec.add_dependency("ruby-lsp", ">= 0.21.2", "< 0.22.0")
2828
end
Lines changed: 1170 additions & 1100 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 210 additions & 126 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 245 additions & 248 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 8939 additions & 8261 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)