Skip to content

Commit fbd2703

Browse files
committed
Updates standard performance to 1.7.0
1 parent 61791e7 commit fbd2703

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
* Updates standard performance to 1.7.0
6+
37
## 1.46.0
48

59
* Updates rubocop to [1.73.2](https://github.com/rubocop/rubocop/tree/v1.73.2)

Gemfile.lock

+7-6
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PATH
66
lint_roller (~> 1.0)
77
rubocop (~> 1.73.0)
88
standard-custom (~> 1.0.0)
9-
standard-performance (~> 1.6)
9+
standard-performance (~> 1.7)
1010

1111
GEM
1212
remote: https://rubygems.org/
@@ -47,9 +47,10 @@ GEM
4747
unicode-display_width (>= 2.4.0, < 4.0)
4848
rubocop-ast (1.38.1)
4949
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)
5354
ruby-lsp (0.17.7)
5455
language_server-protocol (~> 3.17.0)
5556
prism (>= 0.29.0, < 0.31)
@@ -66,9 +67,9 @@ GEM
6667
standard-custom (1.0.2)
6768
lint_roller (~> 1.0)
6869
rubocop (~> 1.50)
69-
standard-performance (1.6.0)
70+
standard-performance (1.7.0)
7071
lint_roller (~> 1.1)
71-
rubocop-performance (~> 1.23.0)
72+
rubocop-performance (~> 1.24.0)
7273
unicode-display_width (2.5.0)
7374

7475
PLATFORMS

standard.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
2525

2626
spec.add_dependency "lint_roller", "~> 1.0"
2727
spec.add_dependency "standard-custom", "~> 1.0.0"
28-
spec.add_dependency "standard-performance", "~> 1.6"
28+
spec.add_dependency "standard-performance", "~> 1.7"
2929

3030
# not semver: first three are lsp protocol version, last is patch
3131
spec.add_dependency "language_server-protocol", "~> 3.17.0.2"

0 commit comments

Comments
 (0)