Skip to content

Commit 5107104

Browse files
chore(deps): bump rubocop from 1.56.2 to 1.57.2
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.56.2 to 1.57.2. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.56.2...v1.57.2) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 135f88c commit 5107104

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

β€ŽGemfile.lock

+6-8
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ GEM
1313
descendants_tracker (~> 0.0.4)
1414
ice_nine (~> 0.11.0)
1515
thread_safe (~> 0.3, >= 0.3.1)
16-
base64 (0.1.1)
1716
bundler-audit (0.9.1)
1817
bundler (>= 1.2.0, < 3)
1918
thor (~> 1.0)
@@ -265,7 +264,7 @@ GEM
265264
faraday (>= 1, < 3)
266265
sawyer (~> 0.9)
267266
parallel (1.23.0)
268-
parser (3.2.2.3)
267+
parser (3.2.2.4)
269268
ast (~> 2.4.1)
270269
racc
271270
path_expander (1.1.1)
@@ -284,22 +283,21 @@ GEM
284283
kwalify (~> 0.7.0)
285284
parser (~> 3.2.0)
286285
rainbow (>= 2.0, < 4.0)
287-
regexp_parser (2.8.1)
286+
regexp_parser (2.8.2)
288287
rexml (3.2.6)
289288
rouge (3.26.0)
290-
rubocop (1.56.2)
291-
base64 (~> 0.1.1)
289+
rubocop (1.57.2)
292290
json (~> 2.3)
293291
language_server-protocol (>= 3.17.0)
294292
parallel (~> 1.10)
295-
parser (>= 3.2.2.3)
293+
parser (>= 3.2.2.4)
296294
rainbow (>= 2.2.2, < 4.0)
297295
regexp_parser (>= 1.8, < 3.0)
298296
rexml (>= 3.2.5, < 4.0)
299297
rubocop-ast (>= 1.28.1, < 2.0)
300298
ruby-progressbar (~> 1.7)
301299
unicode-display_width (>= 2.4.0, < 3.0)
302-
rubocop-ast (1.29.0)
300+
rubocop-ast (1.30.0)
303301
parser (>= 3.2.1.0)
304302
ruby-graphviz (1.2.5)
305303
rexml
@@ -349,7 +347,7 @@ GEM
349347
unf (0.1.4)
350348
unf_ext
351349
unf_ext (0.0.8.2)
352-
unicode-display_width (2.4.2)
350+
unicode-display_width (2.5.0)
353351
virtus (2.0.0)
354352
axiom-types (~> 0.1)
355353
coercible (~> 1.0)

0 commit comments

Comments
Β (0)