Skip to content

Commit c6b22d3

Browse files
Bump rubocop from 1.74.0 to 1.75.5
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.74.0 to 1.75.5. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.74.0...v1.75.5) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.75.5 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ee65165 commit c6b22d3

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

Gemfile.lock

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ GEM
8787
public_suffix (>= 2.0.2, < 7.0)
8888
ar-uuid (0.2.3)
8989
activerecord
90-
ast (2.4.2)
90+
ast (2.4.3)
9191
async (2.23.1)
9292
console (~> 1.29)
9393
fiber-annotation
@@ -308,7 +308,7 @@ GEM
308308
jbuilder (2.13.0)
309309
actionview (>= 5.0.0)
310310
activesupport (>= 5.0.0)
311-
json (2.10.2)
311+
json (2.11.3)
312312
kramdown (2.4.0)
313313
rexml
314314
kramdown-parser-gfm (1.1.0)
@@ -369,14 +369,15 @@ GEM
369369
paper_trail (16.0.0)
370370
activerecord (>= 6.1)
371371
request_store (~> 1.4)
372-
parallel (1.26.3)
373-
parser (3.3.7.1)
372+
parallel (1.27.0)
373+
parser (3.3.8.0)
374374
ast (~> 2.4.1)
375375
racc
376376
pg (1.5.9)
377377
pp (0.6.2)
378378
prettyprint
379379
prettyprint (0.2.0)
380+
prism (1.4.0)
380381
protocol-hpack (1.5.1)
381382
protocol-http (0.49.0)
382383
protocol-http1 (0.30.0)
@@ -492,19 +493,20 @@ GEM
492493
rspec-support (3.13.2)
493494
rspec_junit_formatter (0.6.0)
494495
rspec-core (>= 2, < 4, != 2.12.0)
495-
rubocop (1.74.0)
496+
rubocop (1.75.5)
496497
json (~> 2.3)
497498
language_server-protocol (~> 3.17.0.2)
498499
lint_roller (~> 1.1.0)
499500
parallel (~> 1.10)
500501
parser (>= 3.3.0.2)
501502
rainbow (>= 2.2.2, < 4.0)
502503
regexp_parser (>= 2.9.3, < 3.0)
503-
rubocop-ast (>= 1.38.0, < 2.0)
504+
rubocop-ast (>= 1.44.0, < 2.0)
504505
ruby-progressbar (~> 1.7)
505506
unicode-display_width (>= 2.4.0, < 4.0)
506-
rubocop-ast (1.38.1)
507-
parser (>= 3.3.1.0)
507+
rubocop-ast (1.44.1)
508+
parser (>= 3.3.7.2)
509+
prism (~> 1.4)
508510
rubocop-capybara (2.22.1)
509511
lint_roller (~> 1.1)
510512
rubocop (~> 1.72, >= 1.72.1)

0 commit comments

Comments
 (0)