File tree Expand file tree Collapse file tree 4 files changed +18
-11
lines changed Expand file tree Collapse file tree 4 files changed +18
-11
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 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
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 )
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 )
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 )
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
7676PLATFORMS
7777 ruby
Original file line number Diff line number Diff line change @@ -1052,6 +1052,9 @@ Style/ArrayFirstLast:
10521052Style/ArrayIntersect :
10531053 Enabled : false
10541054
1055+ Style/ArrayIntersectWithSingleElement :
1056+ Enabled : false
1057+
10551058Style/ArrayJoin :
10561059 Enabled : true
10571060
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments