Skip to content

Commit 1430642

Browse files
authored
Merge pull request #43 from oauth-xx/depfu/update/standard-1.47.0
Update standard 1.45.0 → 1.47.0 (minor)
2 parents b8f77b3 + b0df308 commit 1430642

File tree

1 file changed

+18
-14
lines changed

1 file changed

+18
-14
lines changed

Gemfile.lock

+18-14
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,18 @@ GEM
4343
regexp_parser (2.10.0)
4444
rexml (3.4.1)
4545
rspec-block_is_expected (1.0.6)
46-
rubocop (1.71.2)
46+
rubocop (1.73.2)
4747
json (~> 2.3)
48-
language_server-protocol (>= 3.17.0)
48+
language_server-protocol (~> 3.17.0.2)
49+
lint_roller (~> 1.1.0)
4950
parallel (~> 1.10)
5051
parser (>= 3.3.0.2)
5152
rainbow (>= 2.2.2, < 4.0)
5253
regexp_parser (>= 2.9.3, < 3.0)
5354
rubocop-ast (>= 1.38.0, < 2.0)
5455
ruby-progressbar (~> 1.7)
5556
unicode-display_width (>= 2.4.0, < 4.0)
56-
rubocop-ast (1.38.0)
57+
rubocop-ast (1.38.1)
5758
parser (>= 3.3.1.0)
5859
rubocop-gradual (0.3.6)
5960
diff-lcs (>= 1.2.0, < 2.0)
@@ -72,9 +73,10 @@ GEM
7273
rubocop-ast (>= 1.31.1, < 2.0)
7374
rubocop-packaging (0.5.2)
7475
rubocop (>= 1.33, < 2.0)
75-
rubocop-performance (1.23.1)
76-
rubocop (>= 1.48.1, < 2.0)
77-
rubocop-ast (>= 1.31.1, < 2.0)
76+
rubocop-performance (1.24.0)
77+
lint_roller (~> 1.1)
78+
rubocop (>= 1.72.1, < 2.0)
79+
rubocop-ast (>= 1.38.0, < 2.0)
7880
rubocop-rake (0.6.0)
7981
rubocop (~> 1.0)
8082
rubocop-ruby2_7 (2.0.6)
@@ -106,27 +108,29 @@ GEM
106108
simplecov-rcov (0.3.7)
107109
simplecov (>= 0.4.1)
108110
simplecov_json_formatter (0.1.4)
109-
standard (1.45.0)
111+
standard (1.47.0)
110112
language_server-protocol (~> 3.17.0.2)
111113
lint_roller (~> 1.0)
112-
rubocop (~> 1.71.0)
114+
rubocop (~> 1.73.0)
113115
standard-custom (~> 1.0.0)
114-
standard-performance (~> 1.6)
116+
standard-performance (~> 1.7)
115117
standard-custom (1.0.2)
116118
lint_roller (~> 1.0)
117119
rubocop (~> 1.50)
118-
standard-performance (1.6.0)
120+
standard-performance (1.7.0)
119121
lint_roller (~> 1.1)
120-
rubocop-performance (~> 1.23.0)
122+
rubocop-performance (~> 1.24.0)
121123
standard-rubocop-lts (1.0.10)
122124
rspec-block_is_expected (~> 1.0, >= 1.0.5)
123125
standard (>= 1.35.1, < 2)
124126
standard-custom (>= 1.0.2, < 2)
125127
standard-performance (>= 1.3.1, < 2)
126128
version_gem (>= 1.1.4, < 3)
127-
terminal-table (3.0.2)
128-
unicode-display_width (>= 1.1.1, < 3)
129-
unicode-display_width (2.6.0)
129+
terminal-table (4.0.0)
130+
unicode-display_width (>= 1.1.1, < 4)
131+
unicode-display_width (3.1.4)
132+
unicode-emoji (~> 4.0, >= 4.0.4)
133+
unicode-emoji (4.0.4)
130134
uri (0.13.2)
131135
version_gem (1.1.6)
132136
webrick (1.9.1)

0 commit comments

Comments
 (0)