Skip to content

Commit

Permalink
Bump ruby-lsp from 0.18.3 to 0.19.1 (#645)
Browse files Browse the repository at this point in the history
* Bump ruby-lsp from 0.18.3 to 0.19.1

Bumps [ruby-lsp](https://github.com/Shopify/ruby-lsp) from 0.18.3 to 0.19.1.
- [Release notes](https://github.com/Shopify/ruby-lsp/releases)
- [Commits](Shopify/ruby-lsp@v0.18.3...v0.19.1)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Update gemset.nix

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and dependabot[bot] authored Oct 5, 2024
1 parent 8126d5b commit 82464c7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ group :development do
gem 'rubocop-factory_bot', '~> 2.26', require: false
gem 'rubocop-minitest', '~> 0.36.0', require: false
gem 'rubocop-rails', '~> 2.26', require: false
gem 'ruby-lsp', '~> 0.18.3', require: false
gem 'ruby-lsp', '~> 0.19.1', require: false

gem 'brakeman', require: false
end
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ GEM
ast (~> 2.4.1)
racc
pg (1.5.8)
prism (1.0.0)
prism (1.1.0)
psych (5.1.2)
stringio
puma (6.4.3)
Expand Down Expand Up @@ -222,7 +222,7 @@ GEM
zeitwerk (~> 2.6)
rainbow (3.1.1)
rake (13.2.1)
rbs (3.5.3)
rbs (3.6.1)
logger
rdoc (6.7.0)
psych (>= 4.0.0)
Expand Down Expand Up @@ -252,9 +252,9 @@ GEM
rack (>= 1.1)
rubocop (>= 1.52.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-lsp (0.18.3)
ruby-lsp (0.19.1)
language_server-protocol (~> 3.17.0)
prism (~> 1.0)
prism (>= 1.1, < 2.0)
rbs (>= 3, < 4)
sorbet-runtime (>= 0.5.10782)
ruby-progressbar (1.13.0)
Expand All @@ -272,7 +272,7 @@ GEM
simplecov (~> 0.19)
simplecov-html (0.13.1)
simplecov_json_formatter (0.1.4)
sorbet-runtime (0.5.11589)
sorbet-runtime (0.5.11597)
stringio (3.1.1)
thor (1.3.2)
timeout (0.4.1)
Expand Down Expand Up @@ -313,7 +313,7 @@ DEPENDENCIES
rubocop-factory_bot (~> 2.26)
rubocop-minitest (~> 0.36.0)
rubocop-rails (~> 2.26)
ruby-lsp (~> 0.18.3)
ruby-lsp (~> 0.19.1)
simplecov (~> 0.22)
simplecov-cobertura (~> 2.1.0)
tzinfo-data
Expand Down
16 changes: 8 additions & 8 deletions gemset.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 82464c7

Please sign in to comment.