File tree 3 files changed +12
-7
lines changed
3 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## Unreleased
4
+
5
+ * Updates standard performance to 1.7.0
6
+
3
7
## 1.46.0
4
8
5
9
* Updates rubocop to [ 1.73.2] ( https://github.com/rubocop/rubocop/tree/v1.73.2 )
Original file line number Diff line number Diff line change 6
6
lint_roller (~> 1.0 )
7
7
rubocop (~> 1.73.0 )
8
8
standard-custom (~> 1.0.0 )
9
- standard-performance (~> 1.6 )
9
+ standard-performance (~> 1.7 )
10
10
11
11
GEM
12
12
remote: https://rubygems.org/
47
47
unicode-display_width (>= 2.4.0 , < 4.0 )
48
48
rubocop-ast (1.38.1 )
49
49
parser (>= 3.3.1.0 )
50
- rubocop-performance (1.23.0 )
51
- rubocop (>= 1.48.1 , < 2.0 )
52
- rubocop-ast (>= 1.31.1 , < 2.0 )
50
+ rubocop-performance (1.24.0 )
51
+ lint_roller (~> 1.1 )
52
+ rubocop (>= 1.72.1 , < 2.0 )
53
+ rubocop-ast (>= 1.38.0 , < 2.0 )
53
54
ruby-lsp (0.17.7 )
54
55
language_server-protocol (~> 3.17.0 )
55
56
prism (>= 0.29.0 , < 0.31 )
66
67
standard-custom (1.0.2 )
67
68
lint_roller (~> 1.0 )
68
69
rubocop (~> 1.50 )
69
- standard-performance (1.6 .0 )
70
+ standard-performance (1.7 .0 )
70
71
lint_roller (~> 1.1 )
71
- rubocop-performance (~> 1.23 .0 )
72
+ rubocop-performance (~> 1.24 .0 )
72
73
unicode-display_width (2.5.0 )
73
74
74
75
PLATFORMS
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
25
25
26
26
spec . add_dependency "lint_roller" , "~> 1.0"
27
27
spec . add_dependency "standard-custom" , "~> 1.0.0"
28
- spec . add_dependency "standard-performance" , "~> 1.6 "
28
+ spec . add_dependency "standard-performance" , "~> 1.7 "
29
29
30
30
# not semver: first three are lsp protocol version, last is patch
31
31
spec . add_dependency "language_server-protocol" , "~> 3.17.0.2"
You can’t perform that action at this time.
0 commit comments