Skip to content

Commit 93714e2

Browse files
authored
Update all Bundler dependencies (2024-09-09) (#1228)
1 parent 74a8c78 commit 93714e2

File tree

1 file changed

+19
-21
lines changed

1 file changed

+19
-21
lines changed

Gemfile.lock

Lines changed: 19 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ GEM
135135
et-orbi (1.2.11)
136136
tzinfo
137137
execjs (2.9.1)
138-
factory_bot (6.4.6)
138+
factory_bot (6.5.0)
139139
activesupport (>= 5.0.0)
140140
feedbag (1.0.0)
141141
nokogiri (~> 1.8, >= 1.8.2)
@@ -187,7 +187,7 @@ GEM
187187
msgpack (1.7.2)
188188
multi_xml (0.7.1)
189189
bigdecimal (~> 3.1)
190-
net-imap (0.4.15)
190+
net-imap (0.4.16)
191191
date
192192
net-protocol
193193
net-pop (0.1.2)
@@ -201,10 +201,10 @@ GEM
201201
mini_portile2 (~> 2.8.2)
202202
racc (~> 1.4)
203203
parallel (1.26.3)
204-
parser (3.3.4.2)
204+
parser (3.3.5.0)
205205
ast (~> 2.4.1)
206206
racc
207-
pg (1.5.7)
207+
pg (1.5.8)
208208
pry (0.14.2)
209209
coderay (~> 1.1)
210210
method_source (~> 1.0)
@@ -265,55 +265,54 @@ GEM
265265
rdoc (6.7.0)
266266
psych (>= 4.0.0)
267267
regexp_parser (2.9.2)
268-
reline (0.5.9)
268+
reline (0.5.10)
269269
io-console (~> 0.5)
270-
rexml (3.3.6)
271-
strscan
270+
rexml (3.3.7)
272271
rspec (3.13.0)
273272
rspec-core (~> 3.13.0)
274273
rspec-expectations (~> 3.13.0)
275274
rspec-mocks (~> 3.13.0)
276-
rspec-core (3.13.0)
275+
rspec-core (3.13.1)
277276
rspec-support (~> 3.13.0)
278-
rspec-expectations (3.13.2)
277+
rspec-expectations (3.13.3)
279278
diff-lcs (>= 1.2.0, < 2.0)
280279
rspec-support (~> 3.13.0)
281280
rspec-mocks (3.13.1)
282281
diff-lcs (>= 1.2.0, < 2.0)
283282
rspec-support (~> 3.13.0)
284-
rspec-rails (6.1.4)
285-
actionpack (>= 6.1)
286-
activesupport (>= 6.1)
287-
railties (>= 6.1)
283+
rspec-rails (7.0.1)
284+
actionpack (>= 7.0)
285+
activesupport (>= 7.0)
286+
railties (>= 7.0)
288287
rspec-core (~> 3.13)
289288
rspec-expectations (~> 3.13)
290289
rspec-mocks (~> 3.13)
291290
rspec-support (~> 3.13)
292291
rspec-support (3.13.1)
293-
rubocop (1.66.0)
292+
rubocop (1.66.1)
294293
json (~> 2.3)
295294
language_server-protocol (>= 3.17.0)
296295
parallel (~> 1.10)
297296
parser (>= 3.3.0.2)
298297
rainbow (>= 2.2.2, < 4.0)
299298
regexp_parser (>= 2.4, < 3.0)
300-
rubocop-ast (>= 1.32.1, < 2.0)
299+
rubocop-ast (>= 1.32.2, < 2.0)
301300
ruby-progressbar (~> 1.7)
302301
unicode-display_width (>= 2.4.0, < 3.0)
303-
rubocop-ast (1.32.1)
302+
rubocop-ast (1.32.3)
304303
parser (>= 3.3.1.0)
305304
rubocop-capybara (2.21.0)
306305
rubocop (~> 1.41)
307306
rubocop-factory_bot (2.26.1)
308307
rubocop (~> 1.61)
309-
rubocop-rails (2.26.0)
308+
rubocop-rails (2.26.1)
310309
activesupport (>= 4.2.0)
311310
rack (>= 1.1)
312311
rubocop (>= 1.52.0, < 2.0)
313312
rubocop-ast (>= 1.31.1, < 2.0)
314313
rubocop-rake (0.6.0)
315314
rubocop (~> 1.0)
316-
rubocop-rspec (3.0.4)
315+
rubocop-rspec (3.0.5)
317316
rubocop (~> 1.61)
318317
rubocop-rspec_rails (2.30.0)
319318
rubocop (~> 1.61)
@@ -335,7 +334,7 @@ GEM
335334
docile (~> 1.1)
336335
simplecov-html (~> 0.11)
337336
simplecov_json_formatter (~> 0.1)
338-
simplecov-html (0.12.3)
337+
simplecov-html (0.13.1)
339338
simplecov_json_formatter (0.1.4)
340339
sprockets (4.2.1)
341340
concurrent-ruby (~> 1.0)
@@ -346,7 +345,6 @@ GEM
346345
sprockets (>= 3.0.0)
347346
stringio (3.1.1)
348347
stripe (12.5.0)
349-
strscan (3.1.0)
350348
sync (0.5.0)
351349
term-ansicolor (1.11.2)
352350
tins (~> 1.0)
@@ -390,7 +388,7 @@ GEM
390388
activerecord (>= 6.0)
391389
xpath (3.2.0)
392390
nokogiri (~> 1.8)
393-
zeitwerk (2.6.17)
391+
zeitwerk (2.6.18)
394392

395393
PLATFORMS
396394
ruby

0 commit comments

Comments
 (0)