File tree Expand file tree Collapse file tree 3 files changed +4
-9
lines changed Expand file tree Collapse file tree 3 files changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -477,18 +477,17 @@ GEM
477
477
retriable (3.1.2 )
478
478
rexml (3.2.6 )
479
479
rouge (4.2.0 )
480
- rubocop (1.64 .0 )
480
+ rubocop (1.67 .0 )
481
481
json (~> 2.3 )
482
482
language_server-protocol (>= 3.17.0 )
483
483
parallel (~> 1.10 )
484
484
parser (>= 3.3.0.2 )
485
485
rainbow (>= 2.2.2 , < 4.0 )
486
- regexp_parser (>= 1.8 , < 3.0 )
487
- rexml (>= 3.2.5 , < 4.0 )
488
- rubocop-ast (>= 1.31.1 , < 2.0 )
486
+ regexp_parser (>= 2.4 , < 3.0 )
487
+ rubocop-ast (>= 1.32.2 , < 2.0 )
489
488
ruby-progressbar (~> 1.7 )
490
489
unicode-display_width (>= 2.4.0 , < 3.0 )
491
- rubocop-ast (1.31 .3 )
490
+ rubocop-ast (1.32 .3 )
492
491
parser (>= 3.3.1.0 )
493
492
rubocop-md (1.2.2 )
494
493
rubocop (>= 1.0 )
Original file line number Diff line number Diff line change 1
1
inherit_from :
2
2
- ' ../.rubocop.yml'
3
3
4
- AllCops :
5
- TargetRubyVersion : 3.0
6
-
7
4
Style/StringLiterals :
8
5
Enabled : false
9
6
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
- require "set"
4
3
require "fileutils"
5
4
require "nokogiri"
6
5
require "securerandom"
You can’t perform that action at this time.
0 commit comments