Skip to content

Commit

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


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

Updates `ruby-lsp` from 0.17.8 to 0.17.12
- [Release notes](https://github.com/Shopify/ruby-lsp/releases)
- [Commits](Shopify/ruby-lsp@v0.17.8...v0.17.12)

---
updated-dependencies:
- dependency-name: rubocop
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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 Aug 12, 2024
1 parent d7ad6c5 commit 000e2bc
Show file tree
Hide file tree
Showing 17 changed files with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -62,20 +62,20 @@ GEM
faraday (>= 1, < 3)
sawyer (~> 0.9)
optimist (3.1.0)
parallel (1.25.1)
parser (3.3.4.0)
parallel (1.26.2)
parser (3.3.4.2)
ast (~> 2.4.1)
racc
prism (0.30.0)
public_suffix (5.0.5)
racc (1.8.0)
racc (1.8.1)
rack (3.0.11)
rainbow (3.1.1)
rake (13.2.1)
rbs (3.5.2)
logger
regexp_parser (2.9.2)
rexml (3.3.2)
rexml (3.3.5)
strscan
rspec (3.13.0)
rspec-core (~> 3.13.0)
Expand All @@ -90,7 +90,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (1.65.0)
rubocop (1.65.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -101,7 +101,7 @@ GEM
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.3)
rubocop-ast (1.32.0)
parser (>= 3.3.1.0)
rubocop-github (0.20.0)
rubocop (>= 1.37)
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.8)
ruby-lsp (0.17.12)
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.11491)
sorbet-runtime (0.5.11518)
strscan (3.1.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
Expand Down
Binary file removed vendor/cache/parallel-1.25.1.gem
Binary file not shown.
Binary file added vendor/cache/parallel-1.26.2.gem
Binary file not shown.
Binary file removed vendor/cache/parser-3.3.4.0.gem
Binary file not shown.
Binary file added vendor/cache/parser-3.3.4.2.gem
Binary file not shown.
Binary file removed vendor/cache/racc-1.8.0.gem
Binary file not shown.
Binary file added vendor/cache/racc-1.8.1.gem
Binary file not shown.
Binary file removed vendor/cache/rexml-3.3.2.gem
Binary file not shown.
Binary file added vendor/cache/rexml-3.3.5.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-1.65.0.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-1.65.1.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-ast-1.31.3.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-ast-1.32.0.gem
Binary file not shown.
Binary file added vendor/cache/ruby-lsp-0.17.12.gem
Binary file not shown.
Binary file removed vendor/cache/ruby-lsp-0.17.8.gem
Binary file not shown.
Binary file removed vendor/cache/sorbet-runtime-0.5.11491.gem
Binary file not shown.
Binary file added vendor/cache/sorbet-runtime-0.5.11518.gem
Binary file not shown.

0 comments on commit 000e2bc

Please sign in to comment.