Skip to content

Commit 36a7de3

Browse files
authored
Update dependencies (#615)
1 parent 2594450 commit 36a7de3

File tree

4 files changed

+49
-58
lines changed

4 files changed

+49
-58
lines changed

Gemfile.lock

Lines changed: 18 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ GEM
115115
reline (>= 0.4.2)
116116
json (2.7.2)
117117
language_server-protocol (3.17.0.3)
118-
logger (1.6.0)
118+
logger (1.6.1)
119119
loofah (2.22.0)
120120
crass (~> 1.0.2)
121121
nokogiri (>= 1.12.0)
@@ -130,7 +130,7 @@ GEM
130130
mini_mime (1.1.5)
131131
mini_portile2 (2.8.7)
132132
minitest (5.25.1)
133-
net-imap (0.4.14)
133+
net-imap (0.4.16)
134134
date
135135
net-protocol
136136
net-pop (0.1.2)
@@ -152,7 +152,7 @@ GEM
152152
nokogiri (1.16.7-x86_64-linux)
153153
racc (~> 1.4)
154154
parallel (1.26.3)
155-
parser (3.3.4.2)
155+
parser (3.3.5.0)
156156
ast (~> 2.4.1)
157157
racc
158158
pry (0.14.2)
@@ -204,43 +204,41 @@ GEM
204204
rdoc (6.7.0)
205205
psych (>= 4.0.0)
206206
regexp_parser (2.9.2)
207-
reline (0.5.9)
207+
reline (0.5.10)
208208
io-console (~> 0.5)
209-
rexml (3.3.6)
210-
strscan
209+
rexml (3.3.7)
211210
rspec (3.13.0)
212211
rspec-core (~> 3.13.0)
213212
rspec-expectations (~> 3.13.0)
214213
rspec-mocks (~> 3.13.0)
215-
rspec-core (3.13.0)
214+
rspec-core (3.13.1)
216215
rspec-support (~> 3.13.0)
217-
rspec-expectations (3.13.2)
216+
rspec-expectations (3.13.3)
218217
diff-lcs (>= 1.2.0, < 2.0)
219218
rspec-support (~> 3.13.0)
220219
rspec-mocks (3.13.1)
221220
diff-lcs (>= 1.2.0, < 2.0)
222221
rspec-support (~> 3.13.0)
223-
rspec-rails (6.1.4)
224-
actionpack (>= 6.1)
225-
activesupport (>= 6.1)
226-
railties (>= 6.1)
222+
rspec-rails (7.0.1)
223+
actionpack (>= 7.0)
224+
activesupport (>= 7.0)
225+
railties (>= 7.0)
227226
rspec-core (~> 3.13)
228227
rspec-expectations (~> 3.13)
229228
rspec-mocks (~> 3.13)
230229
rspec-support (~> 3.13)
231230
rspec-support (3.13.1)
232-
rubocop (1.65.1)
231+
rubocop (1.66.1)
233232
json (~> 2.3)
234233
language_server-protocol (>= 3.17.0)
235234
parallel (~> 1.10)
236235
parser (>= 3.3.0.2)
237236
rainbow (>= 2.2.2, < 4.0)
238237
regexp_parser (>= 2.4, < 3.0)
239-
rexml (>= 3.2.5, < 4.0)
240-
rubocop-ast (>= 1.31.1, < 2.0)
238+
rubocop-ast (>= 1.32.2, < 2.0)
241239
ruby-progressbar (~> 1.7)
242240
unicode-display_width (>= 2.4.0, < 3.0)
243-
rubocop-ast (1.32.1)
241+
rubocop-ast (1.32.3)
244242
parser (>= 3.3.1.0)
245243
rubocop-capybara (2.21.0)
246244
rubocop (~> 1.41)
@@ -249,7 +247,7 @@ GEM
249247
rubocop-performance (1.21.1)
250248
rubocop (>= 1.48.1, < 2.0)
251249
rubocop-ast (>= 1.31.1, < 2.0)
252-
rubocop-rspec (3.0.4)
250+
rubocop-rspec (3.0.5)
253251
rubocop (~> 1.61)
254252
ruby-progressbar (1.13.0)
255253
securerandom (0.3.1)
@@ -263,8 +261,7 @@ GEM
263261
simplecov-html (0.12.3)
264262
simplecov_json_formatter (0.1.4)
265263
stringio (3.1.1)
266-
strscan (3.1.0)
267-
thor (1.3.1)
264+
thor (1.3.2)
268265
timeout (0.4.1)
269266
tzinfo (2.0.6)
270267
concurrent-ruby (~> 1.0)
@@ -276,7 +273,7 @@ GEM
276273
websocket-extensions (0.1.5)
277274
xpath (3.2.0)
278275
nokogiri (~> 1.8)
279-
zeitwerk (2.6.17)
276+
zeitwerk (2.6.18)
280277

281278
PLATFORMS
282279
aarch64-linux
@@ -303,4 +300,4 @@ DEPENDENCIES
303300
simplecov-cobertura
304301

305302
BUNDLED WITH
306-
2.5.17
303+
2.5.18

gemfiles/rails_61/Gemfile.lock

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ GEM
107107
mini_mime (1.1.5)
108108
mini_portile2 (2.8.7)
109109
minitest (5.25.1)
110-
net-imap (0.4.14)
110+
net-imap (0.4.16)
111111
date
112112
net-protocol
113113
net-pop (0.1.2)
@@ -166,21 +166,20 @@ GEM
166166
thor (~> 1.0)
167167
rake (13.2.1)
168168
regexp_parser (2.9.2)
169-
rexml (3.3.6)
170-
strscan
169+
rexml (3.3.7)
171170
rspec (3.13.0)
172171
rspec-core (~> 3.13.0)
173172
rspec-expectations (~> 3.13.0)
174173
rspec-mocks (~> 3.13.0)
175-
rspec-core (3.13.0)
174+
rspec-core (3.13.1)
176175
rspec-support (~> 3.13.0)
177-
rspec-expectations (3.13.2)
176+
rspec-expectations (3.13.3)
178177
diff-lcs (>= 1.2.0, < 2.0)
179178
rspec-support (~> 3.13.0)
180179
rspec-mocks (3.13.1)
181180
diff-lcs (>= 1.2.0, < 2.0)
182181
rspec-support (~> 3.13.0)
183-
rspec-rails (6.1.4)
182+
rspec-rails (6.1.5)
184183
actionpack (>= 6.1)
185184
activesupport (>= 6.1)
186185
railties (>= 6.1)
@@ -205,8 +204,7 @@ GEM
205204
actionpack (>= 6.1)
206205
activesupport (>= 6.1)
207206
sprockets (>= 3.0.0)
208-
strscan (3.1.0)
209-
thor (1.3.1)
207+
thor (1.3.2)
210208
timeout (0.4.1)
211209
tzinfo (2.0.6)
212210
concurrent-ruby (~> 1.0)
@@ -215,7 +213,7 @@ GEM
215213
websocket-extensions (0.1.5)
216214
xpath (3.2.0)
217215
nokogiri (~> 1.8)
218-
zeitwerk (2.6.17)
216+
zeitwerk (2.6.18)
219217

220218
PLATFORMS
221219
aarch64-linux
@@ -237,4 +235,4 @@ DEPENDENCIES
237235
simplecov-cobertura
238236

239237
BUNDLED WITH
240-
2.5.17
238+
2.5.18

gemfiles/rails_70/Gemfile.lock

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ GEM
113113
mini_mime (1.1.5)
114114
mini_portile2 (2.8.7)
115115
minitest (5.25.1)
116-
net-imap (0.4.14)
116+
net-imap (0.4.16)
117117
date
118118
net-protocol
119119
net-pop (0.1.2)
@@ -172,24 +172,23 @@ GEM
172172
zeitwerk (~> 2.5)
173173
rake (13.2.1)
174174
regexp_parser (2.9.2)
175-
rexml (3.3.6)
176-
strscan
175+
rexml (3.3.7)
177176
rspec (3.13.0)
178177
rspec-core (~> 3.13.0)
179178
rspec-expectations (~> 3.13.0)
180179
rspec-mocks (~> 3.13.0)
181-
rspec-core (3.13.0)
180+
rspec-core (3.13.1)
182181
rspec-support (~> 3.13.0)
183-
rspec-expectations (3.13.2)
182+
rspec-expectations (3.13.3)
184183
diff-lcs (>= 1.2.0, < 2.0)
185184
rspec-support (~> 3.13.0)
186185
rspec-mocks (3.13.1)
187186
diff-lcs (>= 1.2.0, < 2.0)
188187
rspec-support (~> 3.13.0)
189-
rspec-rails (6.1.4)
190-
actionpack (>= 6.1)
191-
activesupport (>= 6.1)
192-
railties (>= 6.1)
188+
rspec-rails (7.0.1)
189+
actionpack (>= 7.0)
190+
activesupport (>= 7.0)
191+
railties (>= 7.0)
193192
rspec-core (~> 3.13)
194193
rspec-expectations (~> 3.13)
195194
rspec-mocks (~> 3.13)
@@ -204,8 +203,7 @@ GEM
204203
simplecov (~> 0.19)
205204
simplecov-html (0.12.3)
206205
simplecov_json_formatter (0.1.4)
207-
strscan (3.1.0)
208-
thor (1.3.1)
206+
thor (1.3.2)
209207
timeout (0.4.1)
210208
tzinfo (2.0.6)
211209
concurrent-ruby (~> 1.0)
@@ -214,7 +212,7 @@ GEM
214212
websocket-extensions (0.1.5)
215213
xpath (3.2.0)
216214
nokogiri (~> 1.8)
217-
zeitwerk (2.6.17)
215+
zeitwerk (2.6.18)
218216

219217
PLATFORMS
220218
aarch64-linux
@@ -236,4 +234,4 @@ DEPENDENCIES
236234
simplecov-cobertura
237235

238236
BUNDLED WITH
239-
2.5.17
237+
2.5.18

gemfiles/rails_71/Gemfile.lock

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ GEM
131131
mini_portile2 (2.8.7)
132132
minitest (5.25.1)
133133
mutex_m (0.2.0)
134-
net-imap (0.4.14)
134+
net-imap (0.4.16)
135135
date
136136
net-protocol
137137
net-pop (0.1.2)
@@ -200,26 +200,25 @@ GEM
200200
rdoc (6.7.0)
201201
psych (>= 4.0.0)
202202
regexp_parser (2.9.2)
203-
reline (0.5.9)
203+
reline (0.5.10)
204204
io-console (~> 0.5)
205-
rexml (3.3.6)
206-
strscan
205+
rexml (3.3.7)
207206
rspec (3.13.0)
208207
rspec-core (~> 3.13.0)
209208
rspec-expectations (~> 3.13.0)
210209
rspec-mocks (~> 3.13.0)
211-
rspec-core (3.13.0)
210+
rspec-core (3.13.1)
212211
rspec-support (~> 3.13.0)
213-
rspec-expectations (3.13.2)
212+
rspec-expectations (3.13.3)
214213
diff-lcs (>= 1.2.0, < 2.0)
215214
rspec-support (~> 3.13.0)
216215
rspec-mocks (3.13.1)
217216
diff-lcs (>= 1.2.0, < 2.0)
218217
rspec-support (~> 3.13.0)
219-
rspec-rails (6.1.4)
220-
actionpack (>= 6.1)
221-
activesupport (>= 6.1)
222-
railties (>= 6.1)
218+
rspec-rails (7.0.1)
219+
actionpack (>= 7.0)
220+
activesupport (>= 7.0)
221+
railties (>= 7.0)
223222
rspec-core (~> 3.13)
224223
rspec-expectations (~> 3.13)
225224
rspec-mocks (~> 3.13)
@@ -235,8 +234,7 @@ GEM
235234
simplecov-html (0.12.3)
236235
simplecov_json_formatter (0.1.4)
237236
stringio (3.1.1)
238-
strscan (3.1.0)
239-
thor (1.3.1)
237+
thor (1.3.2)
240238
timeout (0.4.1)
241239
tzinfo (2.0.6)
242240
concurrent-ruby (~> 1.0)
@@ -246,7 +244,7 @@ GEM
246244
websocket-extensions (0.1.5)
247245
xpath (3.2.0)
248246
nokogiri (~> 1.8)
249-
zeitwerk (2.6.17)
247+
zeitwerk (2.6.18)
250248

251249
PLATFORMS
252250
aarch64-linux
@@ -268,4 +266,4 @@ DEPENDENCIES
268266
simplecov-cobertura
269267

270268
BUNDLED WITH
271-
2.5.17
269+
2.5.18

0 commit comments

Comments
 (0)