Skip to content

Commit

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


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

Updates `rubocop-performance` from 1.21.1 to 1.22.0
- [Release notes](https://github.com/rubocop/rubocop-performance/releases)
- [Changelog](https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-performance@v1.21.1...v1.22.0)

Updates `ruby-lsp` from 0.17.15 to 0.17.17
- [Release notes](https://github.com/Shopify/ruby-lsp/releases)
- [Commits](Shopify/ruby-lsp@v0.17.15...v0.17.17)

---
updated-dependencies:
- dependency-name: rubocop
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-ruby-dependencies
- dependency-name: rubocop-performance
  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] committed Sep 16, 2024
1 parent b2df30d commit 8d16748
Show file tree
Hide file tree
Showing 22 changed files with 12 additions and 15 deletions.
27 changes: 12 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ GEM
concurrent-ruby (~> 1.0)
json (2.7.2)
language_server-protocol (3.17.0.3)
logger (1.6.0)
logger (1.6.1)
minitest (5.23.1)
mutex_m (0.2.0)
net-http (0.4.1)
Expand All @@ -63,10 +63,10 @@ GEM
sawyer (~> 0.9)
optimist (3.1.0)
parallel (1.26.3)
parser (3.3.4.2)
parser (3.3.5.0)
ast (~> 2.4.1)
racc
prism (0.30.0)
prism (1.0.0)
public_suffix (5.0.5)
racc (1.8.1)
rack (3.0.11)
Expand All @@ -75,8 +75,7 @@ GEM
rbs (3.5.3)
logger
regexp_parser (2.9.2)
rexml (3.3.6)
strscan
rexml (3.3.7)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
Expand All @@ -90,34 +89,33 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (1.65.1)
rubocop (1.66.1)
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 (>= 2.4, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-ast (>= 1.32.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.32.1)
rubocop-ast (1.32.3)
parser (>= 3.3.1.0)
rubocop-github (0.20.0)
rubocop (>= 1.37)
rubocop-performance (>= 1.15)
rubocop-rails (>= 2.17)
rubocop-performance (1.21.1)
rubocop-performance (1.22.0)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rails (2.25.0)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-lsp (0.17.15)
ruby-lsp (0.17.17)
language_server-protocol (~> 3.17.0)
prism (>= 0.29.0, < 0.31)
prism (~> 1.0)
rbs (>= 3, < 4)
sorbet-runtime (>= 0.5.10782)
ruby-progressbar (1.13.0)
Expand All @@ -133,11 +131,10 @@ GEM
simplecov (< 1.0)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
sorbet-runtime (0.5.11545)
strscan (3.1.0)
sorbet-runtime (0.5.11558)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.5.0)
unicode-display_width (2.6.0)
uri (0.13.0)
vcr (6.3.1)
base64
Expand Down
Binary file removed vendor/cache/logger-1.6.0.gem
Binary file not shown.
Binary file added vendor/cache/logger-1.6.1.gem
Binary file not shown.
Binary file removed vendor/cache/parser-3.3.4.2.gem
Binary file not shown.
Binary file added vendor/cache/parser-3.3.5.0.gem
Binary file not shown.
Binary file removed vendor/cache/prism-0.30.0.gem
Binary file not shown.
Binary file added vendor/cache/prism-1.0.0.gem
Binary file not shown.
Binary file removed vendor/cache/rexml-3.3.6.gem
Binary file not shown.
Binary file added vendor/cache/rexml-3.3.7.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-1.65.1.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-1.66.1.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-ast-1.32.1.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-ast-1.32.3.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-performance-1.21.1.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-performance-1.22.0.gem
Binary file not shown.
Binary file removed vendor/cache/ruby-lsp-0.17.15.gem
Binary file not shown.
Binary file added vendor/cache/ruby-lsp-0.17.17.gem
Binary file not shown.
Binary file removed vendor/cache/sorbet-runtime-0.5.11545.gem
Binary file not shown.
Binary file added vendor/cache/sorbet-runtime-0.5.11558.gem
Binary file not shown.
Binary file removed vendor/cache/strscan-3.1.0.gem
Binary file not shown.
Binary file removed vendor/cache/unicode-display_width-2.5.0.gem
Binary file not shown.
Binary file added vendor/cache/unicode-display_width-2.6.0.gem
Binary file not shown.

0 comments on commit 8d16748

Please sign in to comment.