Skip to content

Commit 12891cc

Browse files
Bump rubocop from 1.56.3 to 1.60.2
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.56.3 to 1.60.2. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.56.3...v1.60.2) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 26ddb97 commit 12891cc

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

Gemfile.lock

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ GEM
8383
activerecord
8484
ast (2.4.2)
8585
base32-crockford (0.1.0)
86-
base64 (0.1.1)
86+
base64 (0.2.0)
8787
bcrypt (3.1.19)
8888
bindex (0.8.1)
8989
bootsnap (1.16.0)
@@ -207,7 +207,7 @@ GEM
207207
jbuilder (2.11.5)
208208
actionview (>= 5.0.0)
209209
activesupport (>= 5.0.0)
210-
json (2.6.3)
210+
json (2.7.1)
211211
kramdown (2.4.0)
212212
rexml
213213
kramdown-parser-gfm (1.1.0)
@@ -259,8 +259,8 @@ GEM
259259
paper_trail (14.0.0)
260260
activerecord (>= 6.0)
261261
request_store (~> 1.4)
262-
parallel (1.23.0)
263-
parser (3.2.2.3)
262+
parallel (1.24.0)
263+
parser (3.3.0.5)
264264
ast (~> 2.4.1)
265265
racc
266266
pg (1.5.4)
@@ -274,7 +274,7 @@ GEM
274274
puma (6.3.0)
275275
nio4r (~> 2.0)
276276
raabro (1.4.0)
277-
racc (1.7.1)
277+
racc (1.7.3)
278278
rack (2.2.8)
279279
rack-accept (0.4.5)
280280
rack (>= 0.4)
@@ -318,7 +318,7 @@ GEM
318318
redis-client (>= 0.9.0)
319319
redis-client (0.17.0)
320320
connection_pool
321-
regexp_parser (2.8.1)
321+
regexp_parser (2.9.0)
322322
representable (3.0.4)
323323
declarative (< 0.1.0)
324324
declarative-option (< 0.2.0)
@@ -348,19 +348,18 @@ GEM
348348
rspec-support (3.12.0)
349349
rspec_junit_formatter (0.6.0)
350350
rspec-core (>= 2, < 4, != 2.12.0)
351-
rubocop (1.56.3)
352-
base64 (~> 0.1.1)
351+
rubocop (1.60.2)
353352
json (~> 2.3)
354353
language_server-protocol (>= 3.17.0)
355354
parallel (~> 1.10)
356-
parser (>= 3.2.2.3)
355+
parser (>= 3.3.0.2)
357356
rainbow (>= 2.2.2, < 4.0)
358357
regexp_parser (>= 1.8, < 3.0)
359358
rexml (>= 3.2.5, < 4.0)
360-
rubocop-ast (>= 1.28.1, < 2.0)
359+
rubocop-ast (>= 1.30.0, < 2.0)
361360
ruby-progressbar (~> 1.7)
362361
unicode-display_width (>= 2.4.0, < 3.0)
363-
rubocop-ast (1.29.0)
362+
rubocop-ast (1.30.0)
364363
parser (>= 3.2.1.0)
365364
ruby-progressbar (1.13.0)
366365
ruby2_keywords (0.0.5)
@@ -417,7 +416,7 @@ GEM
417416
uglifier (4.2.0)
418417
execjs (>= 0.3.0, < 3)
419418
ulid (1.4.0)
420-
unicode-display_width (2.4.2)
419+
unicode-display_width (2.5.0)
421420
warden (1.2.9)
422421
rack (>= 2.0.9)
423422
web-console (4.2.0)

0 commit comments

Comments
 (0)