Skip to content

Commit d98d5b7

Browse files
authored
Merge pull request #31 from standardrb/updates-2025-03-11
Updates Rubocop Performance to 1.24.0
2 parents 3706324 + 335ba7c commit d98d5b7

File tree

3 files changed

+27
-19
lines changed

3 files changed

+27
-19
lines changed

Gemfile.lock

Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ PATH
33
specs:
44
standard-performance (1.6.0)
55
lint_roller (~> 1.1)
6-
rubocop-performance (~> 1.23.0)
6+
rubocop-performance (~> 1.24.0)
77

88
GEM
99
remote: https://rubygems.org/
1010
specs:
1111
ast (2.4.2)
1212
docile (1.4.1)
13-
json (2.8.1)
14-
language_server-protocol (3.17.0.3)
13+
json (2.10.1)
14+
language_server-protocol (3.17.0.4)
1515
lint_roller (1.1.0)
1616
m (1.6.1)
1717
method_source (>= 0.6.7)
@@ -22,28 +22,30 @@ GEM
2222
sorbet-eraser (~> 0.3.1)
2323
sorbet-runtime (~> 0.5.9204)
2424
parallel (1.26.3)
25-
parser (3.3.6.0)
25+
parser (3.3.7.1)
2626
ast (~> 2.4.1)
2727
racc
2828
racc (1.8.1)
2929
rainbow (3.1.1)
3030
rake (13.0.6)
31-
regexp_parser (2.9.2)
32-
rubocop (1.66.1)
31+
regexp_parser (2.10.0)
32+
rubocop (1.73.2)
3333
json (~> 2.3)
34-
language_server-protocol (>= 3.17.0)
34+
language_server-protocol (~> 3.17.0.2)
35+
lint_roller (~> 1.1.0)
3536
parallel (~> 1.10)
3637
parser (>= 3.3.0.2)
3738
rainbow (>= 2.2.2, < 4.0)
38-
regexp_parser (>= 2.4, < 3.0)
39-
rubocop-ast (>= 1.32.2, < 2.0)
39+
regexp_parser (>= 2.9.3, < 3.0)
40+
rubocop-ast (>= 1.38.0, < 2.0)
4041
ruby-progressbar (~> 1.7)
41-
unicode-display_width (>= 2.4.0, < 3.0)
42-
rubocop-ast (1.34.1)
42+
unicode-display_width (>= 2.4.0, < 4.0)
43+
rubocop-ast (1.38.1)
4344
parser (>= 3.3.1.0)
44-
rubocop-performance (1.23.0)
45-
rubocop (>= 1.48.1, < 2.0)
46-
rubocop-ast (>= 1.31.1, < 2.0)
45+
rubocop-performance (1.24.0)
46+
lint_roller (~> 1.1)
47+
rubocop (>= 1.72.1, < 2.0)
48+
rubocop-ast (>= 1.38.0, < 2.0)
4749
ruby-progressbar (1.13.0)
4850
simplecov (0.22.0)
4951
docile (~> 1.1)
@@ -53,16 +55,18 @@ GEM
5355
simplecov_json_formatter (0.1.4)
5456
sorbet-eraser (0.3.1)
5557
sorbet-runtime (0.5.11435)
56-
standard (1.41.1)
58+
standard (1.46.0)
5759
language_server-protocol (~> 3.17.0.2)
5860
lint_roller (~> 1.0)
59-
rubocop (~> 1.66.0)
61+
rubocop (~> 1.73.0)
6062
standard-custom (~> 1.0.0)
61-
standard-performance (~> 1.5)
63+
standard-performance (~> 1.6)
6264
standard-custom (1.0.2)
6365
lint_roller (~> 1.0)
6466
rubocop (~> 1.50)
65-
unicode-display_width (2.6.0)
67+
unicode-display_width (3.1.4)
68+
unicode-emoji (~> 4.0, >= 4.0.4)
69+
unicode-emoji (4.0.4)
6670

6771
PLATFORMS
6872
arm64-darwin-22

config/base.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,3 +153,7 @@ Performance/UnfreezeString:
153153

154154
Performance/UriDefaultParser:
155155
Enabled: true
156+
157+
Performance/ZipWithoutBlock:
158+
Enabled: true
159+
AutoCorrect: false

standard-performance.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ Gem::Specification.new do |spec|
2929
spec.require_paths = ["lib"]
3030

3131
spec.add_dependency "lint_roller", "~> 1.1"
32-
spec.add_dependency "rubocop-performance", "~> 1.23.0"
32+
spec.add_dependency "rubocop-performance", "~> 1.24.0"
3333
end

0 commit comments

Comments
 (0)