Skip to content

Commit 72918bf

Browse files
authored
Merge pull request #61 from brunoluigi/dependabot/bundler/ruby-lsp-0.26.1
Bump ruby-lsp from 0.23.20 to 0.26.1
2 parents 7773c60 + 7989d5f commit 72918bf

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ group :development do
6565
gem "web-console", "~> 4.2.1"
6666

6767
# Ruby Language Server for code intelligence features
68-
gem "ruby-lsp", "~> 0.23.16", require: false
68+
gem "ruby-lsp", "~> 0.26.1", require: false
6969

7070
# Additional formatters for Ruby LSP
7171
gem "syntax_tree", "~> 6.2.0", require: false

Gemfile.lock

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -296,15 +296,14 @@ GEM
296296
rubocop (>= 1.72)
297297
rubocop-performance (>= 1.24)
298298
rubocop-rails (>= 2.30)
299-
ruby-lsp (0.23.20)
299+
ruby-lsp (0.26.1)
300300
language_server-protocol (~> 3.17.0)
301301
prism (>= 1.2, < 2.0)
302-
rbs (>= 3, < 4)
303-
sorbet-runtime (>= 0.5.10782)
304-
ruby-lsp-rails (0.4.5)
305-
ruby-lsp (>= 0.23.18, < 0.24.0)
306-
ruby-lsp-rspec (0.1.24)
307-
ruby-lsp (~> 0.23.19)
302+
rbs (>= 3, < 5)
303+
ruby-lsp-rails (0.4.8)
304+
ruby-lsp (>= 0.26.0, < 0.27.0)
305+
ruby-lsp-rspec (0.1.27)
306+
ruby-lsp (~> 0.26.0)
308307
ruby-progressbar (1.13.0)
309308
ruby_ui (1.0.1)
310309
rubyzip (2.4.1)
@@ -332,7 +331,6 @@ GEM
332331
fugit (~> 1.11.0)
333332
railties (>= 7.1)
334333
thor (~> 1.3.1)
335-
sorbet-runtime (0.5.12149)
336334
sshkit (1.24.0)
337335
base64
338336
logger
@@ -413,7 +411,7 @@ DEPENDENCIES
413411
rails (~> 8.0.2)
414412
rqrcode (~> 3.1.0)
415413
rubocop-rails-omakase (~> 1.1.0)
416-
ruby-lsp (~> 0.23.16)
414+
ruby-lsp (~> 0.26.1)
417415
ruby-lsp-rails (~> 0.4.5)
418416
ruby-lsp-rspec (~> 0.1.24)
419417
ruby_ui (~> 1.0.1)

0 commit comments

Comments
 (0)