Skip to content

Commit d88e772

Browse files
authored
Merge pull request #767 from standardrb/updates-2025-11-18
Updates 2025 11 18
2 parents abaf288 + 6a4f3f8 commit d88e772

File tree

4 files changed

+18
-11
lines changed

4 files changed

+18
-11
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.52.0
4+
5+
* Updates rubocop to [1.81.7](https://github.com/rubocop/rubocop/tree/v1.81.7)
6+
37
## 1.51.1
48

59
* Fixes Layout/EmptyLineAfterGuardClause back to false after [#750](https://github.com/standardrb/standard/issues/750)

Gemfile.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ PATH
44
standard (1.51.1)
55
language_server-protocol (~> 3.17.0.2)
66
lint_roller (~> 1.0)
7-
rubocop (~> 1.80.2)
7+
rubocop (~> 1.81.7)
88
standard-custom (~> 1.0.0)
99
standard-performance (~> 1.8)
1010

@@ -13,7 +13,7 @@ GEM
1313
specs:
1414
ast (2.4.3)
1515
docile (1.4.0)
16-
json (2.13.2)
16+
json (2.15.2)
1717
language_server-protocol (3.17.0.5)
1818
lint_roller (1.1.0)
1919
logger (1.7.0)
@@ -24,7 +24,7 @@ GEM
2424
minitest (5.26.1)
2525
mutex_m (0.3.0)
2626
parallel (1.27.0)
27-
parser (3.3.9.0)
27+
parser (3.3.10.0)
2828
ast (~> 2.4.1)
2929
racc
3030
prism (1.6.0)
@@ -33,19 +33,19 @@ GEM
3333
rake (13.3.1)
3434
rbs (3.6.1)
3535
logger
36-
regexp_parser (2.11.2)
37-
rubocop (1.80.2)
36+
regexp_parser (2.11.3)
37+
rubocop (1.81.7)
3838
json (~> 2.3)
3939
language_server-protocol (~> 3.17.0.2)
4040
lint_roller (~> 1.1.0)
4141
parallel (~> 1.10)
4242
parser (>= 3.3.0.2)
4343
rainbow (>= 2.2.2, < 4.0)
4444
regexp_parser (>= 2.9.3, < 3.0)
45-
rubocop-ast (>= 1.46.0, < 2.0)
45+
rubocop-ast (>= 1.47.1, < 2.0)
4646
ruby-progressbar (~> 1.7)
4747
unicode-display_width (>= 2.4.0, < 4.0)
48-
rubocop-ast (1.46.0)
48+
rubocop-ast (1.47.1)
4949
parser (>= 3.3.7.2)
5050
prism (~> 1.4)
5151
rubocop-performance (1.25.0)
@@ -69,9 +69,9 @@ GEM
6969
standard-performance (1.8.0)
7070
lint_roller (~> 1.1)
7171
rubocop-performance (~> 1.25.0)
72-
unicode-display_width (3.1.5)
73-
unicode-emoji (~> 4.0, >= 4.0.4)
74-
unicode-emoji (4.0.4)
72+
unicode-display_width (3.2.0)
73+
unicode-emoji (~> 4.1)
74+
unicode-emoji (4.1.0)
7575

7676
PLATFORMS
7777
ruby

config/base.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1052,6 +1052,9 @@ Style/ArrayFirstLast:
10521052
Style/ArrayIntersect:
10531053
Enabled: false
10541054

1055+
Style/ArrayIntersectWithSingleElement:
1056+
Enabled: false
1057+
10551058
Style/ArrayJoin:
10561059
Enabled: true
10571060

standard.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
2121
spec.require_paths = ["lib"]
2222
spec.metadata["rubygems_mfa_required"] = "true"
2323

24-
spec.add_dependency "rubocop", "~> 1.80.2"
24+
spec.add_dependency "rubocop", "~> 1.81.7"
2525

2626
spec.add_dependency "lint_roller", "~> 1.0"
2727
spec.add_dependency "standard-custom", "~> 1.0.0"

0 commit comments

Comments
 (0)