Skip to content

Commit 2df628c

Browse files
authored
Merge pull request #388 from viralpraxis/update-dependencies
Update development dependencies
2 parents 1262d12 + cfa4999 commit 2df628c

File tree

3 files changed

+20
-16
lines changed

3 files changed

+20
-16
lines changed

.rubocop.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ AllCops:
1010
- tmp/**/*
1111
- vendor/**/*
1212
NewCops: enable
13+
SuggestExtensions: false
1314

1415
# Avoid parameter lists longer than five parameters.
1516
Metrics/ParameterLists:

Gemfile.lock

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,26 +9,27 @@ GEM
99
remote: https://rubygems.org/
1010
specs:
1111
ast (2.4.3)
12-
diff-lcs (1.6.0)
12+
diff-lcs (1.6.1)
1313
json (2.10.2)
1414
language_server-protocol (3.17.0.4)
1515
lint_roller (1.1.0)
16-
mutant (0.13.0)
16+
mutant (0.13.1)
1717
diff-lcs (~> 1.3)
1818
parser (~> 3.3.0)
19-
regexp_parser (~> 2.9.0)
19+
regexp_parser (~> 2.10)
2020
sorbet-runtime (~> 0.5.0)
2121
unparser (~> 0.7.0)
22-
mutant-rspec (0.13.0)
23-
mutant (= 0.13.0)
22+
mutant-rspec (0.13.1)
23+
mutant (= 0.13.1)
2424
rspec-core (>= 3.8.0, < 4.0.0)
25-
parallel (1.26.3)
26-
parser (3.3.7.2)
25+
parallel (1.27.0)
26+
parser (3.3.8.0)
2727
ast (~> 2.4.1)
2828
racc
29+
prism (1.4.0)
2930
racc (1.8.1)
3031
rainbow (3.1.1)
31-
regexp_parser (2.9.3)
32+
regexp_parser (2.10.0)
3233
rspec (3.13.0)
3334
rspec-core (~> 3.13.0)
3435
rspec-expectations (~> 3.13.0)
@@ -45,23 +46,25 @@ GEM
4546
diff-lcs (>= 1.2.0, < 2.0)
4647
rspec-support (~> 3.13.0)
4748
rspec-support (3.13.2)
48-
rubocop (1.74.0)
49+
rubocop (1.75.3)
4950
json (~> 2.3)
5051
language_server-protocol (~> 3.17.0.2)
5152
lint_roller (~> 1.1.0)
5253
parallel (~> 1.10)
5354
parser (>= 3.3.0.2)
5455
rainbow (>= 2.2.2, < 4.0)
5556
regexp_parser (>= 2.9.3, < 3.0)
56-
rubocop-ast (>= 1.38.0, < 2.0)
57+
rubocop-ast (>= 1.44.0, < 2.0)
5758
ruby-progressbar (~> 1.7)
5859
unicode-display_width (>= 2.4.0, < 4.0)
59-
rubocop-ast (1.41.0)
60+
rubocop-ast (1.44.1)
6061
parser (>= 3.3.7.2)
61-
rubocop-packaging (0.5.2)
62-
rubocop (>= 1.33, < 2.0)
62+
prism (~> 1.4)
63+
rubocop-packaging (0.6.0)
64+
lint_roller (~> 1.1.0)
65+
rubocop (>= 1.72.1, < 2.0)
6366
ruby-progressbar (1.13.0)
64-
sorbet-runtime (0.5.11953)
67+
sorbet-runtime (0.5.12028)
6568
unicode-display_width (3.1.4)
6669
unicode-emoji (~> 4.0, >= 4.0.4)
6770
unicode-emoji (4.0.4)

lib/unparser/color.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ def format(text)
3030

3131
# Well rubocop you are static so you do not have a clue here ;)
3232
# rubocop:disable Style/RedundantInitialize
33-
# rubocop:disable Style/MissingSuper
33+
# rubocop:disable Lint/MissingSuper
3434
def initialize; end
3535
# rubocop:enable Style/RedundantInitialize
36-
# rubocop:enable Style/MissingSuper
36+
# rubocop:enable Lint/MissingSuper
3737

3838
end.new
3939

0 commit comments

Comments
 (0)