Skip to content

Commit d1dc378

Browse files
committed
Update standardrb across the project
1 parent 57e4a9d commit d1dc378

12 files changed

Lines changed: 418 additions & 325 deletions

File tree

compose/Gemfile.lock

Lines changed: 34 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -15,57 +15,63 @@ PATH
1515
GEM
1616
remote: https://rubygems.org/
1717
specs:
18-
ast (2.4.2)
18+
ast (2.4.3)
1919
base64 (0.3.0)
2020
docker-api (2.2.0)
2121
excon (>= 0.47.0)
2222
multi_json
2323
excon (0.100.0)
2424
java-properties (0.3.0)
25-
json (2.6.3)
26-
language_server-protocol (3.17.0.3)
27-
lint_roller (1.0.0)
25+
json (2.15.1)
26+
language_server-protocol (3.17.0.5)
27+
lint_roller (1.1.0)
2828
minitest (5.26.0)
2929
minitest-hooks (1.5.0)
3030
minitest (> 5.3)
3131
multi_json (1.15.0)
32-
parallel (1.23.0)
33-
parser (3.2.2.3)
32+
parallel (1.27.0)
33+
parser (3.3.9.0)
3434
ast (~> 2.4.1)
3535
racc
36-
racc (1.7.0)
36+
prism (1.6.0)
37+
racc (1.8.1)
3738
rainbow (3.1.1)
3839
rake (13.0.6)
39-
regexp_parser (2.8.1)
40-
rexml (3.4.4)
41-
rubocop (1.52.1)
40+
regexp_parser (2.11.3)
41+
rubocop (1.80.2)
4242
json (~> 2.3)
43+
language_server-protocol (~> 3.17.0.2)
44+
lint_roller (~> 1.1.0)
4345
parallel (~> 1.10)
44-
parser (>= 3.2.2.3)
46+
parser (>= 3.3.0.2)
4547
rainbow (>= 2.2.2, < 4.0)
46-
regexp_parser (>= 1.8, < 3.0)
47-
rexml (>= 3.2.5, < 4.0)
48-
rubocop-ast (>= 1.28.0, < 2.0)
48+
regexp_parser (>= 2.9.3, < 3.0)
49+
rubocop-ast (>= 1.46.0, < 2.0)
4950
ruby-progressbar (~> 1.7)
50-
unicode-display_width (>= 2.4.0, < 3.0)
51-
rubocop-ast (1.29.0)
52-
parser (>= 3.2.1.0)
53-
rubocop-performance (1.18.0)
54-
rubocop (>= 1.7.0, < 2.0)
55-
rubocop-ast (>= 0.4.0)
51+
unicode-display_width (>= 2.4.0, < 4.0)
52+
rubocop-ast (1.47.1)
53+
parser (>= 3.3.7.2)
54+
prism (~> 1.4)
55+
rubocop-performance (1.25.0)
56+
lint_roller (~> 1.1)
57+
rubocop (>= 1.75.0, < 2.0)
58+
rubocop-ast (>= 1.38.0, < 2.0)
5659
ruby-progressbar (1.13.0)
57-
standard (1.29.0)
60+
standard (1.51.1)
5861
language_server-protocol (~> 3.17.0.2)
5962
lint_roller (~> 1.0)
60-
rubocop (~> 1.52.0)
63+
rubocop (~> 1.80.2)
6164
standard-custom (~> 1.0.0)
62-
standard-performance (~> 1.1.0)
63-
standard-custom (1.0.1)
64-
lint_roller (~> 1.0)
65-
standard-performance (1.1.0)
65+
standard-performance (~> 1.8)
66+
standard-custom (1.0.2)
6667
lint_roller (~> 1.0)
67-
rubocop-performance (~> 1.18.0)
68-
unicode-display_width (2.4.2)
68+
rubocop (~> 1.50)
69+
standard-performance (1.8.0)
70+
lint_roller (~> 1.1)
71+
rubocop-performance (~> 1.25.0)
72+
unicode-display_width (3.2.0)
73+
unicode-emoji (~> 4.1)
74+
unicode-emoji (4.1.0)
6975

7076
PLATFORMS
7177
arm64-darwin-21

core/Gemfile.lock

Lines changed: 35 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -9,55 +9,63 @@ PATH
99
GEM
1010
remote: https://rubygems.org/
1111
specs:
12-
ast (2.4.2)
12+
ast (2.4.3)
1313
base64 (0.3.0)
1414
docker-api (2.2.0)
1515
excon (>= 0.47.0)
1616
multi_json
1717
excon (0.99.0)
1818
java-properties (0.3.0)
19-
json (2.6.3)
20-
language_server-protocol (3.17.0.3)
21-
lint_roller (1.0.0)
19+
json (2.15.1)
20+
language_server-protocol (3.17.0.5)
21+
lint_roller (1.1.0)
2222
minitest (5.26.0)
2323
minitest-hooks (1.5.0)
2424
minitest (> 5.3)
2525
multi_json (1.15.0)
26-
parallel (1.23.0)
27-
parser (3.2.2.1)
26+
parallel (1.27.0)
27+
parser (3.3.9.0)
2828
ast (~> 2.4.1)
29+
racc
30+
prism (1.6.0)
31+
racc (1.8.1)
2932
rainbow (3.1.1)
3033
rake (13.0.6)
31-
regexp_parser (2.8.0)
32-
rexml (3.4.4)
33-
rubocop (1.50.2)
34+
regexp_parser (2.11.3)
35+
rubocop (1.80.2)
3436
json (~> 2.3)
37+
language_server-protocol (~> 3.17.0.2)
38+
lint_roller (~> 1.1.0)
3539
parallel (~> 1.10)
36-
parser (>= 3.2.0.0)
40+
parser (>= 3.3.0.2)
3741
rainbow (>= 2.2.2, < 4.0)
38-
regexp_parser (>= 1.8, < 3.0)
39-
rexml (>= 3.2.5, < 4.0)
40-
rubocop-ast (>= 1.28.0, < 2.0)
42+
regexp_parser (>= 2.9.3, < 3.0)
43+
rubocop-ast (>= 1.46.0, < 2.0)
4144
ruby-progressbar (~> 1.7)
42-
unicode-display_width (>= 2.4.0, < 3.0)
43-
rubocop-ast (1.28.0)
44-
parser (>= 3.2.1.0)
45-
rubocop-performance (1.16.0)
46-
rubocop (>= 1.7.0, < 2.0)
47-
rubocop-ast (>= 0.4.0)
45+
unicode-display_width (>= 2.4.0, < 4.0)
46+
rubocop-ast (1.47.1)
47+
parser (>= 3.3.7.2)
48+
prism (~> 1.4)
49+
rubocop-performance (1.25.0)
50+
lint_roller (~> 1.1)
51+
rubocop (>= 1.75.0, < 2.0)
52+
rubocop-ast (>= 1.38.0, < 2.0)
4853
ruby-progressbar (1.13.0)
49-
standard (1.28.0)
54+
standard (1.51.1)
5055
language_server-protocol (~> 3.17.0.2)
5156
lint_roller (~> 1.0)
52-
rubocop (~> 1.50.2)
57+
rubocop (~> 1.80.2)
5358
standard-custom (~> 1.0.0)
54-
standard-performance (~> 1.0.1)
55-
standard-custom (1.0.0)
56-
lint_roller (~> 1.0)
57-
standard-performance (1.0.1)
59+
standard-performance (~> 1.8)
60+
standard-custom (1.0.2)
5861
lint_roller (~> 1.0)
59-
rubocop-performance (~> 1.16.0)
60-
unicode-display_width (2.4.2)
62+
rubocop (~> 1.50)
63+
standard-performance (1.8.0)
64+
lint_roller (~> 1.1)
65+
rubocop-performance (~> 1.25.0)
66+
unicode-display_width (3.2.0)
67+
unicode-emoji (~> 4.1)
68+
unicode-emoji (4.1.0)
6169

6270
PLATFORMS
6371
arm64-darwin-21

elasticsearch/Gemfile.lock

Lines changed: 35 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ PATH
1515
GEM
1616
remote: https://rubygems.org/
1717
specs:
18-
ast (2.4.2)
18+
ast (2.4.3)
1919
base64 (0.3.0)
2020
docker-api (2.2.0)
2121
excon (>= 0.47.0)
@@ -34,49 +34,57 @@ GEM
3434
ruby2_keywords (>= 0.0.4)
3535
faraday-net_http (3.0.2)
3636
java-properties (0.3.0)
37-
json (2.6.3)
38-
language_server-protocol (3.17.0.3)
39-
lint_roller (1.0.0)
37+
json (2.15.1)
38+
language_server-protocol (3.17.0.5)
39+
lint_roller (1.1.0)
4040
minitest (5.26.0)
4141
minitest-hooks (1.5.0)
4242
minitest (> 5.3)
4343
multi_json (1.15.0)
44-
parallel (1.23.0)
45-
parser (3.2.2.1)
44+
parallel (1.27.0)
45+
parser (3.3.9.0)
4646
ast (~> 2.4.1)
47+
racc
48+
prism (1.6.0)
49+
racc (1.8.1)
4750
rainbow (3.1.1)
4851
rake (13.0.6)
49-
regexp_parser (2.8.0)
50-
rexml (3.4.4)
51-
rubocop (1.50.2)
52+
regexp_parser (2.11.3)
53+
rubocop (1.80.2)
5254
json (~> 2.3)
55+
language_server-protocol (~> 3.17.0.2)
56+
lint_roller (~> 1.1.0)
5357
parallel (~> 1.10)
54-
parser (>= 3.2.0.0)
58+
parser (>= 3.3.0.2)
5559
rainbow (>= 2.2.2, < 4.0)
56-
regexp_parser (>= 1.8, < 3.0)
57-
rexml (>= 3.2.5, < 4.0)
58-
rubocop-ast (>= 1.28.0, < 2.0)
60+
regexp_parser (>= 2.9.3, < 3.0)
61+
rubocop-ast (>= 1.46.0, < 2.0)
5962
ruby-progressbar (~> 1.7)
60-
unicode-display_width (>= 2.4.0, < 3.0)
61-
rubocop-ast (1.28.1)
62-
parser (>= 3.2.1.0)
63-
rubocop-performance (1.16.0)
64-
rubocop (>= 1.7.0, < 2.0)
65-
rubocop-ast (>= 0.4.0)
63+
unicode-display_width (>= 2.4.0, < 4.0)
64+
rubocop-ast (1.47.1)
65+
parser (>= 3.3.7.2)
66+
prism (~> 1.4)
67+
rubocop-performance (1.25.0)
68+
lint_roller (~> 1.1)
69+
rubocop (>= 1.75.0, < 2.0)
70+
rubocop-ast (>= 1.38.0, < 2.0)
6671
ruby-progressbar (1.13.0)
6772
ruby2_keywords (0.0.5)
68-
standard (1.28.2)
73+
standard (1.51.1)
6974
language_server-protocol (~> 3.17.0.2)
7075
lint_roller (~> 1.0)
71-
rubocop (~> 1.50.2)
76+
rubocop (~> 1.80.2)
7277
standard-custom (~> 1.0.0)
73-
standard-performance (~> 1.0.1)
74-
standard-custom (1.0.0)
75-
lint_roller (~> 1.0)
76-
standard-performance (1.0.1)
78+
standard-performance (~> 1.8)
79+
standard-custom (1.0.2)
7780
lint_roller (~> 1.0)
78-
rubocop-performance (~> 1.16.0)
79-
unicode-display_width (2.4.2)
81+
rubocop (~> 1.50)
82+
standard-performance (1.8.0)
83+
lint_roller (~> 1.1)
84+
rubocop-performance (~> 1.25.0)
85+
unicode-display_width (3.2.0)
86+
unicode-emoji (~> 4.1)
87+
unicode-emoji (4.1.0)
8088

8189
PLATFORMS
8290
arm64-darwin-21

mariadb/Gemfile.lock

Lines changed: 35 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -15,56 +15,64 @@ PATH
1515
GEM
1616
remote: https://rubygems.org/
1717
specs:
18-
ast (2.4.2)
18+
ast (2.4.3)
1919
base64 (0.3.0)
2020
docker-api (2.2.0)
2121
excon (>= 0.47.0)
2222
multi_json
2323
excon (0.99.0)
2424
java-properties (0.3.0)
25-
json (2.6.3)
26-
language_server-protocol (3.17.0.3)
27-
lint_roller (1.0.0)
25+
json (2.15.1)
26+
language_server-protocol (3.17.0.5)
27+
lint_roller (1.1.0)
2828
minitest (5.26.0)
2929
minitest-hooks (1.5.0)
3030
minitest (> 5.3)
3131
multi_json (1.15.0)
3232
mysql2 (0.5.5)
33-
parallel (1.23.0)
34-
parser (3.2.2.1)
33+
parallel (1.27.0)
34+
parser (3.3.9.0)
3535
ast (~> 2.4.1)
36+
racc
37+
prism (1.6.0)
38+
racc (1.8.1)
3639
rainbow (3.1.1)
3740
rake (13.0.6)
38-
regexp_parser (2.8.0)
39-
rexml (3.4.4)
40-
rubocop (1.50.2)
41+
regexp_parser (2.11.3)
42+
rubocop (1.80.2)
4143
json (~> 2.3)
44+
language_server-protocol (~> 3.17.0.2)
45+
lint_roller (~> 1.1.0)
4246
parallel (~> 1.10)
43-
parser (>= 3.2.0.0)
47+
parser (>= 3.3.0.2)
4448
rainbow (>= 2.2.2, < 4.0)
45-
regexp_parser (>= 1.8, < 3.0)
46-
rexml (>= 3.2.5, < 4.0)
47-
rubocop-ast (>= 1.28.0, < 2.0)
49+
regexp_parser (>= 2.9.3, < 3.0)
50+
rubocop-ast (>= 1.46.0, < 2.0)
4851
ruby-progressbar (~> 1.7)
49-
unicode-display_width (>= 2.4.0, < 3.0)
50-
rubocop-ast (1.28.1)
51-
parser (>= 3.2.1.0)
52-
rubocop-performance (1.16.0)
53-
rubocop (>= 1.7.0, < 2.0)
54-
rubocop-ast (>= 0.4.0)
52+
unicode-display_width (>= 2.4.0, < 4.0)
53+
rubocop-ast (1.47.1)
54+
parser (>= 3.3.7.2)
55+
prism (~> 1.4)
56+
rubocop-performance (1.25.0)
57+
lint_roller (~> 1.1)
58+
rubocop (>= 1.75.0, < 2.0)
59+
rubocop-ast (>= 1.38.0, < 2.0)
5560
ruby-progressbar (1.13.0)
56-
standard (1.28.2)
61+
standard (1.51.1)
5762
language_server-protocol (~> 3.17.0.2)
5863
lint_roller (~> 1.0)
59-
rubocop (~> 1.50.2)
64+
rubocop (~> 1.80.2)
6065
standard-custom (~> 1.0.0)
61-
standard-performance (~> 1.0.1)
62-
standard-custom (1.0.0)
63-
lint_roller (~> 1.0)
64-
standard-performance (1.0.1)
66+
standard-performance (~> 1.8)
67+
standard-custom (1.0.2)
6568
lint_roller (~> 1.0)
66-
rubocop-performance (~> 1.16.0)
67-
unicode-display_width (2.4.2)
69+
rubocop (~> 1.50)
70+
standard-performance (1.8.0)
71+
lint_roller (~> 1.1)
72+
rubocop-performance (~> 1.25.0)
73+
unicode-display_width (3.2.0)
74+
unicode-emoji (~> 4.1)
75+
unicode-emoji (4.1.0)
6876

6977
PLATFORMS
7078
arm64-darwin-21

0 commit comments

Comments
 (0)