Skip to content

Commit c474c56

Browse files
Bump factory_bot_rails from 6.4.3 to 6.4.4
Bumps [factory_bot_rails](https://github.com/thoughtbot/factory_bot_rails) from 6.4.3 to 6.4.4. - [Release notes](https://github.com/thoughtbot/factory_bot_rails/releases) - [Changelog](https://github.com/thoughtbot/factory_bot_rails/blob/main/NEWS.md) - [Commits](thoughtbot/factory_bot_rails@v6.4.3...v6.4.4) --- updated-dependencies: - dependency-name: factory_bot_rails dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fa069cb commit c474c56

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

Gemfile.lock

+10-11
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,10 @@ GEM
131131
domain_name (0.6.20240107)
132132
drb (2.2.1)
133133
erubi (1.13.0)
134-
factory_bot (6.4.6)
134+
factory_bot (6.5.0)
135135
activesupport (>= 5.0.0)
136-
factory_bot_rails (6.4.3)
137-
factory_bot (~> 6.4)
136+
factory_bot_rails (6.4.4)
137+
factory_bot (~> 6.5)
138138
railties (>= 5.0.0)
139139
faker (3.4.2)
140140
i18n (>= 1.8.11, < 2)
@@ -196,7 +196,7 @@ GEM
196196
mime-types-data (~> 3.2015)
197197
mime-types-data (3.2024.0903)
198198
mini_mime (1.1.5)
199-
mini_portile2 (2.8.7)
199+
mini_portile2 (2.8.8)
200200
minitest (5.25.1)
201201
mustermann (3.0.3)
202202
ruby2_keywords (~> 0.0.1)
@@ -231,7 +231,7 @@ GEM
231231
ast (~> 2.4.1)
232232
racc
233233
pg (1.5.9)
234-
psych (5.1.2)
234+
psych (5.2.0)
235235
stringio
236236
public_suffix (6.0.1)
237237
puma (6.4.3)
@@ -245,9 +245,8 @@ GEM
245245
rack (>= 3.0.0)
246246
rack-test (2.1.0)
247247
rack (>= 1.3)
248-
rackup (2.1.0)
248+
rackup (2.2.1)
249249
rack (>= 3)
250-
webrick (~> 1.8)
251250
rails (7.2.1.2)
252251
actioncable (= 7.2.1.2)
253252
actionmailbox (= 7.2.1.2)
@@ -289,7 +288,7 @@ GEM
289288
redis-client (0.22.2)
290289
connection_pool
291290
regexp_parser (2.9.2)
292-
reline (0.5.10)
291+
reline (0.5.11)
293292
io-console (~> 0.5)
294293
request_store (1.7.0)
295294
rack (>= 1.4)
@@ -353,7 +352,7 @@ GEM
353352
rubyntlm (0.6.5)
354353
base64
355354
rubyzip (2.3.2)
356-
securerandom (0.3.1)
355+
securerandom (0.3.2)
357356
selenium-webdriver (4.23.0)
358357
base64 (~> 0.2)
359358
logger (~> 1.4)
@@ -396,7 +395,7 @@ GEM
396395
actionpack (>= 6.1)
397396
activesupport (>= 6.1)
398397
sprockets (>= 3.0.0)
399-
stringio (3.1.1)
398+
stringio (3.1.2)
400399
temple (0.10.3)
401400
thor (1.3.2)
402401
tilt (2.4.0)
@@ -415,7 +414,7 @@ GEM
415414
method_source (~> 1.0)
416415
warden (1.2.9)
417416
rack (>= 2.0.9)
418-
webrick (1.8.2)
417+
webrick (1.9.0)
419418
webrobots (0.1.2)
420419
websocket (1.2.11)
421420
websocket-driver (0.7.6)

0 commit comments

Comments
 (0)