Skip to content

Commit

Permalink
Bump ruby-lsp from 0.17.2 to 0.17.3
Browse files Browse the repository at this point in the history
Bumps [ruby-lsp](https://github.com/Shopify/ruby-lsp) from 0.17.2 to 0.17.3.
- [Release notes](https://github.com/Shopify/ruby-lsp/releases)
- [Commits](Shopify/ruby-lsp@v0.17.2...v0.17.3)

---
updated-dependencies:
- dependency-name: ruby-lsp
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 15, 2024
1 parent f30c5b5 commit 7022059
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ group :development do
gem 'rubocop-factory_bot', '~> 2.26'
gem 'rubocop-minitest', '~> 0.35.0'
gem 'rubocop-rails', '~> 2.25'
gem 'ruby-lsp', '~> 0.17.2'
gem 'ruby-lsp', '~> 0.17.3'
end
14 changes: 9 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ GEM
json (2.7.2)
jsonapi-renderer (0.2.2)
language_server-protocol (3.17.0.3)
logger (1.6.0)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand Down Expand Up @@ -176,7 +177,7 @@ GEM
ast (~> 2.4.1)
racc
pg (1.5.6)
prism (0.29.0)
prism (0.30.0)
psych (5.1.2)
stringio
puma (6.4.2)
Expand Down Expand Up @@ -226,6 +227,8 @@ GEM
zeitwerk (~> 2.6)
rainbow (3.1.1)
rake (13.2.1)
rbs (3.5.1)
logger
rdoc (6.7.0)
psych (>= 4.0.0)
regexp_parser (2.9.2)
Expand Down Expand Up @@ -256,9 +259,10 @@ GEM
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-lsp (0.17.2)
ruby-lsp (0.17.3)
language_server-protocol (~> 3.17.0)
prism (>= 0.29.0, < 0.30)
prism (>= 0.29.0, < 0.31)
rbs (>= 3, < 4)
sorbet-runtime (>= 0.5.10782)
ruby-progressbar (1.13.0)
ruby-vips (2.1.4)
Expand All @@ -270,7 +274,7 @@ GEM
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.3)
sorbet-runtime (0.5.11422)
sorbet-runtime (0.5.11435)
stringio (3.1.0)
strscan (3.1.0)
thor (1.3.1)
Expand Down Expand Up @@ -311,7 +315,7 @@ DEPENDENCIES
rubocop-factory_bot (~> 2.26)
rubocop-minitest (~> 0.35.0)
rubocop-rails (~> 2.25)
ruby-lsp (~> 0.17.2)
ruby-lsp (~> 0.17.3)
simplecov (~> 0.21)
tzinfo-data
wahwah (~> 1.6.1)
Expand Down

0 comments on commit 7022059

Please sign in to comment.