Skip to content

Commit 07c17fe

Browse files
authored
Merge pull request #32 from standardrb/updates-2025-04-08
Updates rubocop perf to 1.25.0
2 parents b58fd8b + a8a1f2f commit 07c17fe

File tree

4 files changed

+20
-14
lines changed

4 files changed

+20
-14
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Unreleased
2+
3+
- Updates rubocop-performance from 1.24.0 to [1.25.0](https://github.com/rubocop/rubocop-performance/releases/tag/v1.25.0)
4+
15
## 1.7.0
26

37
- Updates rubocop-performance from 1.23.0 to [1.24.0](https://github.com/rubocop/rubocop-performance/releases/tag/v1.24.0)

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ gem "minitest"
66
gem "mocktail"
77
gem "rake"
88
gem "simplecov"
9-
gem "standard"
9+
gem "standard", "~>1.36"

Gemfile.lock

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ PATH
33
specs:
44
standard-performance (1.7.0)
55
lint_roller (~> 1.1)
6-
rubocop-performance (~> 1.24.0)
6+
rubocop-performance (~> 1.25.0)
77

88
GEM
99
remote: https://rubygems.org/
@@ -22,29 +22,31 @@ GEM
2222
sorbet-eraser (~> 0.3.1)
2323
sorbet-runtime (~> 0.5.9204)
2424
parallel (1.26.3)
25-
parser (3.3.7.1)
25+
parser (3.3.7.4)
2626
ast (~> 2.4.1)
2727
racc
28+
prism (1.4.0)
2829
racc (1.8.1)
2930
rainbow (3.1.1)
3031
rake (13.0.6)
3132
regexp_parser (2.10.0)
32-
rubocop (1.73.2)
33+
rubocop (1.75.2)
3334
json (~> 2.3)
3435
language_server-protocol (~> 3.17.0.2)
3536
lint_roller (~> 1.1.0)
3637
parallel (~> 1.10)
3738
parser (>= 3.3.0.2)
3839
rainbow (>= 2.2.2, < 4.0)
3940
regexp_parser (>= 2.9.3, < 3.0)
40-
rubocop-ast (>= 1.38.0, < 2.0)
41+
rubocop-ast (>= 1.44.0, < 2.0)
4142
ruby-progressbar (~> 1.7)
4243
unicode-display_width (>= 2.4.0, < 4.0)
43-
rubocop-ast (1.38.1)
44-
parser (>= 3.3.1.0)
45-
rubocop-performance (1.24.0)
44+
rubocop-ast (1.44.0)
45+
parser (>= 3.3.7.2)
46+
prism (~> 1.4)
47+
rubocop-performance (1.25.0)
4648
lint_roller (~> 1.1)
47-
rubocop (>= 1.72.1, < 2.0)
49+
rubocop (>= 1.75.0, < 2.0)
4850
rubocop-ast (>= 1.38.0, < 2.0)
4951
ruby-progressbar (1.13.0)
5052
simplecov (0.22.0)
@@ -55,12 +57,12 @@ GEM
5557
simplecov_json_formatter (0.1.4)
5658
sorbet-eraser (0.3.1)
5759
sorbet-runtime (0.5.11435)
58-
standard (1.46.0)
60+
standard (1.48.0)
5961
language_server-protocol (~> 3.17.0.2)
6062
lint_roller (~> 1.0)
61-
rubocop (~> 1.73.0)
63+
rubocop (~> 1.75.2)
6264
standard-custom (~> 1.0.0)
63-
standard-performance (~> 1.6)
65+
standard-performance (~> 1.7)
6466
standard-custom (1.0.2)
6567
lint_roller (~> 1.0)
6668
rubocop (~> 1.50)
@@ -79,7 +81,7 @@ DEPENDENCIES
7981
mocktail
8082
rake
8183
simplecov
82-
standard
84+
standard (~> 1.36)
8385
standard-performance!
8486

8587
BUNDLED WITH

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.24.0"
32+
spec.add_dependency "rubocop-performance", "~> 1.25.0"
3333
end

0 commit comments

Comments
 (0)