Skip to content

Commit 7351c36

Browse files
committedJul 12, 2024
disable new style cop
1 parent aee705e commit 7351c36

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed
 

‎.rubocop.yml

+2
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ Layout/HashAlignment:
1212
- '*.gemspec'
1313
Style/SymbolProc:
1414
Enabled: false
15+
Gemspec/AddRuntimeDependency:
16+
Enabled: false # https://github.com/rubocop/rubocop/pull/13030#discussion_r1674791776

‎Gemfile.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -16,23 +16,23 @@ GEM
1616
language_server-protocol (3.17.0.3)
1717
minitest (5.24.1)
1818
paint (2.3.0)
19-
parallel (1.24.0)
20-
parser (3.3.2.0)
19+
parallel (1.25.1)
20+
parser (3.3.4.0)
2121
ast (~> 2.4.1)
2222
racc
2323
racc (1.8.0)
2424
rainbow (3.1.1)
2525
rake (13.2.1)
2626
regexp_parser (2.9.2)
27-
rexml (3.2.8)
28-
strscan (>= 3.0.9)
29-
rubocop (1.64.1)
27+
rexml (3.3.1)
28+
strscan
29+
rubocop (1.65.0)
3030
json (~> 2.3)
3131
language_server-protocol (>= 3.17.0)
3232
parallel (~> 1.10)
3333
parser (>= 3.3.0.2)
3434
rainbow (>= 2.2.2, < 4.0)
35-
regexp_parser (>= 1.8, < 3.0)
35+
regexp_parser (>= 2.4, < 3.0)
3636
rexml (>= 3.2.5, < 4.0)
3737
rubocop-ast (>= 1.31.1, < 2.0)
3838
ruby-progressbar (~> 1.7)

0 commit comments

Comments
 (0)