Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump rubocop from 1.60.2 to 1.66.1 #55

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump rubocop from 1.60.2 to 1.66.1
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.60.2 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.60.2...v1.66.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 4, 2024
commit d0a64f3b900dc50232e8ba1a17575362bad43d07
25 changes: 11 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ GEM
jbuilder (2.12.0)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
json (2.7.1)
json (2.7.2)
json-jwt (1.16.5)
activesupport (>= 4.2)
aes_key_wrap
Expand Down Expand Up @@ -238,8 +238,8 @@ GEM
validate_url
webfinger (~> 2.0)
orm_adapter (0.5.0)
parallel (1.24.0)
parser (3.3.0.5)
parallel (1.26.3)
parser (3.3.5.0)
ast (~> 2.4.1)
racc
pg (1.5.6)
Expand All @@ -251,7 +251,7 @@ GEM
nio4r (~> 2.0)
pundit (2.3.2)
activesupport (>= 3.0.0)
racc (1.8.0)
racc (1.8.1)
rack (3.1.4)
rack-oauth2 (2.2.1)
activesupport
Expand Down Expand Up @@ -310,27 +310,25 @@ GEM
redis-client (>= 0.22.0)
redis-client (0.22.2)
connection_pool
regexp_parser (2.9.0)
regexp_parser (2.9.2)
reline (0.5.9)
io-console (~> 0.5)
responders (3.1.1)
actionpack (>= 5.2)
railties (>= 5.2)
rexml (3.3.0)
strscan
rubocop (1.60.2)
rexml (3.3.7)
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 (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.30.0, < 2.0)
regexp_parser (>= 2.4, < 3.0)
rubocop-ast (>= 1.32.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
rubocop-ast (1.32.2)
parser (>= 3.3.1.0)
rubocop-capybara (2.20.0)
rubocop (~> 1.41)
rubocop-rails (2.23.1)
Expand Down Expand Up @@ -370,7 +368,6 @@ GEM
stimulus-rails (1.3.3)
railties (>= 6.0.0)
stringio (3.1.1)
strscan (3.1.0)
swd (2.0.3)
activesupport (>= 3)
attr_required (>= 0.0.5)
Expand Down
Binary file removed vendor/cache/json-2.7.1.gem
Binary file not shown.
Binary file added vendor/cache/json-2.7.2.gem
Binary file not shown.
Binary file removed vendor/cache/parallel-1.24.0.gem
Binary file not shown.
Binary file added vendor/cache/parallel-1.26.3.gem
Binary file not shown.
Binary file removed vendor/cache/parser-3.3.0.5.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/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/regexp_parser-2.9.0.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.3.0.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.60.2.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.30.0.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-ast-1.32.2.gem
Binary file not shown.
Binary file removed vendor/cache/strscan-3.1.0.gem
Binary file not shown.
Loading