Skip to content

Commit bdf0d39

Browse files
authored
Merge pull request #28 from oauth-xx/depfu/update/standard-1.47.0
Update standard 1.45.0 → 1.47.0 (minor)
2 parents cffc07e + c611199 commit bdf0d39

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
@@ -72,17 +72,18 @@ GEM
7272
webrick
7373
yaml (~> 0.3)
7474
rspec-block_is_expected (1.0.6)
75-
rubocop (1.71.2)
75+
rubocop (1.73.2)
7676
json (~> 2.3)
77-
language_server-protocol (>= 3.17.0)
77+
language_server-protocol (~> 3.17.0.2)
78+
lint_roller (~> 1.1.0)
7879
parallel (~> 1.10)
7980
parser (>= 3.3.0.2)
8081
rainbow (>= 2.2.2, < 4.0)
8182
regexp_parser (>= 2.9.3, < 3.0)
8283
rubocop-ast (>= 1.38.0, < 2.0)
8384
ruby-progressbar (~> 1.7)
8485
unicode-display_width (>= 2.4.0, < 4.0)
85-
rubocop-ast (1.38.0)
86+
rubocop-ast (1.38.1)
8687
parser (>= 3.3.1.0)
8788
rubocop-gradual (0.3.6)
8889
diff-lcs (>= 1.2.0, < 2.0)
@@ -101,9 +102,10 @@ GEM
101102
rubocop-ast (>= 1.31.1, < 2.0)
102103
rubocop-packaging (0.5.2)
103104
rubocop (>= 1.33, < 2.0)
104-
rubocop-performance (1.23.1)
105-
rubocop (>= 1.48.1, < 2.0)
106-
rubocop-ast (>= 1.31.1, < 2.0)
105+
rubocop-performance (1.24.0)
106+
lint_roller (~> 1.1)
107+
rubocop (>= 1.72.1, < 2.0)
108+
rubocop-ast (>= 1.38.0, < 2.0)
107109
rubocop-rake (0.6.0)
108110
rubocop (~> 1.0)
109111
rubocop-ruby2_7 (2.0.6)
@@ -137,28 +139,30 @@ GEM
137139
simplecov-rcov (0.3.7)
138140
simplecov (>= 0.4.1)
139141
simplecov_json_formatter (0.1.4)
140-
standard (1.45.0)
142+
standard (1.47.0)
141143
language_server-protocol (~> 3.17.0.2)
142144
lint_roller (~> 1.0)
143-
rubocop (~> 1.71.0)
145+
rubocop (~> 1.73.0)
144146
standard-custom (~> 1.0.0)
145-
standard-performance (~> 1.6)
147+
standard-performance (~> 1.7)
146148
standard-custom (1.0.2)
147149
lint_roller (~> 1.0)
148150
rubocop (~> 1.50)
149-
standard-performance (1.6.0)
151+
standard-performance (1.7.0)
150152
lint_roller (~> 1.1)
151-
rubocop-performance (~> 1.23.0)
153+
rubocop-performance (~> 1.24.0)
152154
standard-rubocop-lts (1.0.10)
153155
rspec-block_is_expected (~> 1.0, >= 1.0.5)
154156
standard (>= 1.35.1, < 2)
155157
standard-custom (>= 1.0.2, < 2)
156158
standard-performance (>= 1.3.1, < 2)
157159
version_gem (>= 1.1.4, < 3)
158160
stringio (3.1.1)
159-
terminal-table (3.0.2)
160-
unicode-display_width (>= 1.1.1, < 3)
161-
unicode-display_width (2.6.0)
161+
terminal-table (4.0.0)
162+
unicode-display_width (>= 1.1.1, < 4)
163+
unicode-display_width (3.1.4)
164+
unicode-emoji (~> 4.0, >= 4.0.4)
165+
unicode-emoji (4.0.4)
162166
version_gem (1.1.6)
163167
webrick (1.8.2)
164168
yaml (0.3.0)

0 commit comments

Comments
 (0)