standard-performance 1.6.0 → 1.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c7515d6d6f3de8ea4f9001ad17427f063a6df995016e5a1f2cb4cda6fdcf00dd
4
- data.tar.gz: 86df39cb4cf4824b192a550afeb592c510c3240b2aa60813843bdf6f91911d08
3
+ metadata.gz: ebe642aa2315f5eeb5fce079be30ec4dc2fc4e8e20a0467aeae5293c176f7601
4
+ data.tar.gz: 2c60730c8aa8ddbc8800ae14f3475992c035097b54b8dbbd4fd7ced7dcc5d3e9
5
5
  SHA512:
6
- metadata.gz: 80d1f13f5dd29a9376f40d1f0faf4f2e693898a0d25b3c6a0abf08c6d0cc9196cc0872d351ae4f9bbf0b39f9d116d798241a5d215e128086b39756e840bf78ac
7
- data.tar.gz: f8bc0861690b6b56b5504968b0ef308fa53da635592a90db90d556a2c94a19b5eba442f5a2c92bcbde8a4df045756b6c2da8011da0ee5e5f97f1679c0424bef5
6
+ metadata.gz: 9a1a8dfe281771f68247450e987a8295467fa2ee8363823ee8185f105c5cfeb118789e23db0d642a487809f6ab47caf25be7c61f0e8289fbfd5da97a1709443d
7
+ data.tar.gz: 4ca42e4b148ec4757fdc83689d3889376b2a308ad96d4d4a0bf658826771f2ffd5f2ba1dba9e3c822a849e8ff0e1998fa9bd5b4f84c7c13c56be4042c13020f5
data/CHANGELOG.md CHANGED
@@ -1,4 +1,6 @@
1
- ## Unreleased
1
+ ## 1.7.0
2
+
3
+ - Updates rubocop-performance from 1.23.0 to [1.24.0](https://github.com/rubocop/rubocop-performance/releases/tag/v1.24.0)
2
4
 
3
5
  ## 1.6.0
4
6
 
data/Gemfile.lock CHANGED
@@ -1,17 +1,17 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- standard-performance (1.6.0)
4
+ standard-performance (1.7.0)
5
5
  lint_roller (~> 1.1)
6
- rubocop-performance (~> 1.23.0)
6
+ rubocop-performance (~> 1.24.0)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
11
  ast (2.4.2)
12
12
  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)
15
15
  lint_roller (1.1.0)
16
16
  m (1.6.1)
17
17
  method_source (>= 0.6.7)
@@ -22,28 +22,30 @@ GEM
22
22
  sorbet-eraser (~> 0.3.1)
23
23
  sorbet-runtime (~> 0.5.9204)
24
24
  parallel (1.26.3)
25
- parser (3.3.6.0)
25
+ parser (3.3.7.1)
26
26
  ast (~> 2.4.1)
27
27
  racc
28
28
  racc (1.8.1)
29
29
  rainbow (3.1.1)
30
30
  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)
33
33
  json (~> 2.3)
34
- language_server-protocol (>= 3.17.0)
34
+ language_server-protocol (~> 3.17.0.2)
35
+ lint_roller (~> 1.1.0)
35
36
  parallel (~> 1.10)
36
37
  parser (>= 3.3.0.2)
37
38
  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)
40
41
  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)
43
44
  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)
47
49
  ruby-progressbar (1.13.0)
48
50
  simplecov (0.22.0)
49
51
  docile (~> 1.1)
@@ -53,16 +55,18 @@ GEM
53
55
  simplecov_json_formatter (0.1.4)
54
56
  sorbet-eraser (0.3.1)
55
57
  sorbet-runtime (0.5.11435)
56
- standard (1.41.1)
58
+ standard (1.46.0)
57
59
  language_server-protocol (~> 3.17.0.2)
58
60
  lint_roller (~> 1.0)
59
- rubocop (~> 1.66.0)
61
+ rubocop (~> 1.73.0)
60
62
  standard-custom (~> 1.0.0)
61
- standard-performance (~> 1.5)
63
+ standard-performance (~> 1.6)
62
64
  standard-custom (1.0.2)
63
65
  lint_roller (~> 1.0)
64
66
  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)
66
70
 
67
71
  PLATFORMS
68
72
  arm64-darwin-22
data/config/base.yml CHANGED
@@ -153,3 +153,7 @@ Performance/UnfreezeString:
153
153
 
154
154
  Performance/UriDefaultParser:
155
155
  Enabled: true
156
+
157
+ Performance/ZipWithoutBlock:
158
+ Enabled: true
159
+ AutoCorrect: false
@@ -1,5 +1,5 @@
1
1
  module Standard
2
2
  module Performance
3
- VERSION = "1.6.0"
3
+ VERSION = "1.7.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: standard-performance
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Searls
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-12-10 00:00:00.000000000 Z
11
+ date: 2025-03-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: lint_roller
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: 1.23.0
33
+ version: 1.24.0
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: 1.23.0
40
+ version: 1.24.0
41
41
  description:
42
42
  email:
43
43
  - searls@gmail.com