Skip to content

Commit

Permalink
Bump the dev-ruby-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the dev-ruby-dependencies group with 2 updates: [rubocop](https://github.com/rubocop/rubocop) and [ruby-lsp](https://github.com/Shopify/ruby-lsp).


Updates `rubocop` from 1.64.1 to 1.65.0
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.64.1...v1.65.0)

Updates `ruby-lsp` from 0.17.4 to 0.17.7
- [Release notes](https://github.com/Shopify/ruby-lsp/releases)
- [Commits](Shopify/ruby-lsp@v0.17.4...v0.17.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 15, 2024
1 parent e54172d commit db3a819
Show file tree
Hide file tree
Showing 13 changed files with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ GEM
sawyer (~> 0.9)
optimist (3.1.0)
parallel (1.25.1)
parser (3.3.3.0)
parser (3.3.4.0)
ast (~> 2.4.1)
racc
prism (0.30.0)
Expand All @@ -72,10 +72,10 @@ GEM
rack (3.0.11)
rainbow (3.1.1)
rake (13.2.1)
rbs (3.5.1)
rbs (3.5.2)
logger
regexp_parser (2.9.2)
rexml (3.3.0)
rexml (3.3.1)
strscan
rspec (3.13.0)
rspec-core (~> 3.13.0)
Expand All @@ -90,13 +90,13 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (1.64.1)
rubocop (1.65.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
regexp_parser (>= 2.4, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
Expand All @@ -115,7 +115,7 @@ GEM
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-lsp (0.17.4)
ruby-lsp (0.17.7)
language_server-protocol (~> 3.17.0)
prism (>= 0.29.0, < 0.31)
rbs (>= 3, < 4)
Expand All @@ -133,7 +133,7 @@ GEM
simplecov (< 1.0)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
sorbet-runtime (0.5.11439)
sorbet-runtime (0.5.11481)
strscan (3.1.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
Expand Down
Binary file removed vendor/cache/parser-3.3.3.0.gem
Binary file not shown.
Binary file added vendor/cache/parser-3.3.4.0.gem
Binary file not shown.
Binary file removed vendor/cache/rbs-3.5.1.gem
Binary file not shown.
Binary file added vendor/cache/rbs-3.5.2.gem
Binary file not shown.
Binary file removed vendor/cache/rexml-3.3.0.gem
Binary file not shown.
Binary file added vendor/cache/rexml-3.3.1.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-1.64.1.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-1.65.0.gem
Binary file not shown.
Binary file removed vendor/cache/ruby-lsp-0.17.4.gem
Binary file not shown.
Binary file added vendor/cache/ruby-lsp-0.17.7.gem
Binary file not shown.
Binary file removed vendor/cache/sorbet-runtime-0.5.11439.gem
Binary file not shown.
Binary file added vendor/cache/sorbet-runtime-0.5.11481.gem
Binary file not shown.

0 comments on commit db3a819

Please sign in to comment.