Skip to content

Commit 3b7c20d

Browse files
Bump rubocop from 1.68.0 to 1.70.0
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.68.0 to 1.70.0. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.68.0...v1.70.0) --- 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 5245eeb commit 3b7c20d

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
@@ -237,7 +237,7 @@ GEM
237237
rails-dom-testing (>= 1, < 3)
238238
railties (>= 4.2.0)
239239
thor (>= 0.14, < 2.0)
240-
json (2.8.1)
240+
json (2.9.1)
241241
jwt (2.9.3)
242242
base64
243243
language_server-protocol (3.17.0.3)
@@ -376,7 +376,7 @@ GEM
376376
parser (~> 3.3.0)
377377
rainbow (>= 2.0, < 4.0)
378378
rexml (~> 3.1)
379-
regexp_parser (2.9.2)
379+
regexp_parser (2.10.0)
380380
reline (0.5.11)
381381
io-console (~> 0.5)
382382
rexml (3.3.9)
@@ -397,17 +397,17 @@ GEM
397397
rspec-mocks (~> 3.13)
398398
rspec-support (~> 3.13)
399399
rspec-support (3.13.1)
400-
rubocop (1.68.0)
400+
rubocop (1.70.0)
401401
json (~> 2.3)
402402
language_server-protocol (>= 3.17.0)
403403
parallel (~> 1.10)
404404
parser (>= 3.3.0.2)
405405
rainbow (>= 2.2.2, < 4.0)
406-
regexp_parser (>= 2.4, < 3.0)
407-
rubocop-ast (>= 1.32.2, < 2.0)
406+
regexp_parser (>= 2.9.3, < 3.0)
407+
rubocop-ast (>= 1.36.2, < 2.0)
408408
ruby-progressbar (~> 1.7)
409-
unicode-display_width (>= 2.4.0, < 3.0)
410-
rubocop-ast (1.35.0)
409+
unicode-display_width (>= 2.4.0, < 4.0)
410+
rubocop-ast (1.37.0)
411411
parser (>= 3.3.1.0)
412412
rubocop-minitest (0.36.0)
413413
rubocop (>= 1.61, < 2.0)
@@ -492,7 +492,9 @@ GEM
492492
concurrent-ruby (~> 1.0)
493493
uglifier (4.2.1)
494494
execjs (>= 0.3.0, < 3)
495-
unicode-display_width (2.6.0)
495+
unicode-display_width (3.1.3)
496+
unicode-emoji (~> 4.0, >= 4.0.4)
497+
unicode-emoji (4.0.4)
496498
uri (1.0.1)
497499
useragent (0.16.10)
498500
version_gem (1.1.4)

0 commit comments

Comments
 (0)