Skip to content

Commit

Permalink
Bump rubocop from 1.52.1 to 1.64.0
Browse files Browse the repository at this point in the history
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.52.1 to 1.64.0.
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.52.1...v1.64.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 30, 2024
1 parent 81c0d75 commit 78f4326
Show file tree
Hide file tree
Showing 19 changed files with 15 additions and 11 deletions.
26 changes: 15 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -162,14 +162,15 @@ GEM
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
jmespath (1.6.2)
json (2.6.3)
json (2.7.2)
json-jwt (1.16.6)
activesupport (>= 4.2)
aes_key_wrap
base64
bindata
faraday (~> 2.0)
faraday-follow_redirects
language_server-protocol (3.17.0.3)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand Down Expand Up @@ -229,8 +230,8 @@ GEM
validate_email
validate_url
webfinger (~> 2.0)
parallel (1.23.0)
parser (3.2.2.4)
parallel (1.24.0)
parser (3.3.1.0)
ast (~> 2.4.1)
racc
pg (1.5.6)
Expand All @@ -240,7 +241,7 @@ GEM
nio4r (~> 2.0)
pundit (2.3.2)
activesupport (>= 3.0.0)
racc (1.7.3)
racc (1.8.0)
rack (2.2.9)
rack-oauth2 (2.2.0)
activesupport
Expand Down Expand Up @@ -285,10 +286,11 @@ GEM
rake (13.2.1)
redis-client (0.17.0)
connection_pool
regexp_parser (2.8.2)
regexp_parser (2.9.2)
reline (0.3.4)
io-console (~> 0.5)
rexml (3.2.6)
rexml (3.2.8)
strscan (>= 3.0.9)
rspec-core (3.12.2)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.3)
Expand All @@ -306,18 +308,19 @@ GEM
rspec-mocks (~> 3.12)
rspec-support (~> 3.12)
rspec-support (3.12.0)
rubocop (1.52.1)
rubocop (1.64.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.3)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.28.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.29.0)
parser (>= 3.2.1.0)
rubocop-ast (1.31.3)
parser (>= 3.3.1.0)
rubocop-capybara (2.18.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.23.1)
Expand Down Expand Up @@ -367,6 +370,7 @@ GEM
sprockets (>= 3.0.0)
stimulus-rails (1.3.3)
railties (>= 6.0.0)
strscan (3.1.0)
swd (2.0.2)
activesupport (>= 3)
attr_required (>= 0.0.5)
Expand Down
Binary file removed vendor/cache/json-2.6.3.gem
Binary file not shown.
Binary file added vendor/cache/json-2.7.2.gem
Binary file not shown.
Binary file not shown.
Binary file removed vendor/cache/parallel-1.23.0.gem
Binary file not shown.
Binary file added vendor/cache/parallel-1.24.0.gem
Binary file not shown.
Binary file removed vendor/cache/parser-3.2.2.4.gem
Binary file not shown.
Binary file added vendor/cache/parser-3.3.1.0.gem
Binary file not shown.
Binary file removed vendor/cache/racc-1.7.3.gem
Binary file not shown.
Binary file added vendor/cache/racc-1.8.0.gem
Binary file not shown.
Binary file removed vendor/cache/regexp_parser-2.8.2.gem
Binary file not shown.
Binary file added vendor/cache/regexp_parser-2.9.2.gem
Binary file not shown.
Binary file removed vendor/cache/rexml-3.2.6.gem
Binary file not shown.
Binary file added vendor/cache/rexml-3.2.8.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-1.52.1.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-1.64.0.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-ast-1.29.0.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-ast-1.31.3.gem
Binary file not shown.
Binary file added vendor/cache/strscan-3.1.0.gem
Binary file not shown.

0 comments on commit 78f4326

Please sign in to comment.