Skip to content

Commit 609a190

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 f228e77 commit 609a190

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
@@ -92,7 +92,7 @@ GEM
9292
annotate (3.2.0)
9393
activerecord (>= 3.2, < 8.0)
9494
rake (>= 10.4, < 14.0)
95-
ast (2.4.2)
95+
ast (2.4.3)
9696
aws-eventstream (1.3.2)
9797
aws-sigv4 (1.11.0)
9898
aws-eventstream (~> 1, >= 1.0.2)
@@ -205,7 +205,7 @@ GEM
205205
jekyll (>= 3.8, < 5.0)
206206
jekyll-watch (2.2.1)
207207
listen (~> 3.0)
208-
json (2.10.2)
208+
json (2.11.3)
209209
jwt (2.10.1)
210210
base64
211211
kramdown (2.5.1)
@@ -260,8 +260,8 @@ GEM
260260
faraday (>= 1.0, < 3)
261261
multi_json (>= 1.0)
262262
orm_adapter (0.5.0)
263-
parallel (1.26.3)
264-
parser (3.3.7.1)
263+
parallel (1.27.0)
264+
parser (3.3.8.0)
265265
ast (~> 2.4.1)
266266
racc
267267
pathutil (0.16.2)
@@ -270,6 +270,7 @@ GEM
270270
pp (0.6.2)
271271
prettyprint
272272
prettyprint (0.2.0)
273+
prism (1.4.0)
273274
psych (5.2.3)
274275
date
275276
stringio
@@ -339,19 +340,20 @@ GEM
339340
railties (>= 5.2)
340341
rexml (3.4.1)
341342
rouge (4.5.1)
342-
rubocop (1.74.0)
343+
rubocop (1.75.5)
343344
json (~> 2.3)
344345
language_server-protocol (~> 3.17.0.2)
345346
lint_roller (~> 1.1.0)
346347
parallel (~> 1.10)
347348
parser (>= 3.3.0.2)
348349
rainbow (>= 2.2.2, < 4.0)
349350
regexp_parser (>= 2.9.3, < 3.0)
350-
rubocop-ast (>= 1.38.0, < 2.0)
351+
rubocop-ast (>= 1.44.0, < 2.0)
351352
ruby-progressbar (~> 1.7)
352353
unicode-display_width (>= 2.4.0, < 4.0)
353-
rubocop-ast (1.38.1)
354-
parser (>= 3.3.1.0)
354+
rubocop-ast (1.44.1)
355+
parser (>= 3.3.7.2)
356+
prism (~> 1.4)
355357
rubocop-rails (2.30.3)
356358
activesupport (>= 4.2.0)
357359
lint_roller (~> 1.1)

0 commit comments

Comments
 (0)