Skip to content

Commit 00a3b2a

Browse files
Update dependency factory_bot_rails to v6.5.0
1 parent f1cde0c commit 00a3b2a

File tree

1 file changed

+21
-17
lines changed

1 file changed

+21
-17
lines changed

Gemfile.lock

Lines changed: 21 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,13 @@ GEM
7575
addressable (2.8.7)
7676
public_suffix (>= 2.0.2, < 7.0)
7777
ast (2.4.3)
78-
base64 (0.2.0)
78+
base64 (0.3.0)
7979
benchmark (0.4.1)
8080
better_errors (2.10.1)
8181
erubi (>= 1.0.0)
8282
rack (>= 0.9.0)
8383
rouge (>= 1.0.0)
84-
bigdecimal (3.1.9)
84+
bigdecimal (3.2.2)
8585
bindex (0.8.1)
8686
bootsnap (1.18.6)
8787
msgpack (~> 1.2)
@@ -103,6 +103,7 @@ GEM
103103
rack-test (>= 0.6.3)
104104
regexp_parser (>= 1.5, < 3.0)
105105
xpath (~> 3.2)
106+
cgi (0.5.0)
106107
childprocess (5.1.0)
107108
logger (~> 1.5)
108109
climate_control (1.2.0)
@@ -128,13 +129,15 @@ GEM
128129
docile (1.4.1)
129130
dotenv (3.1.8)
130131
drb (2.2.3)
132+
erb (2.2.3)
133+
cgi
131134
erubi (1.13.1)
132135
execjs (2.10.0)
133-
factory_bot (6.5.1)
136+
factory_bot (6.5.4)
134137
activesupport (>= 6.1.0)
135-
factory_bot_rails (6.4.4)
138+
factory_bot_rails (6.5.0)
136139
factory_bot (~> 6.5)
137-
railties (>= 5.0.0)
140+
railties (>= 6.1.0)
138141
faker (3.5.1)
139142
i18n (>= 1.8.11, < 2)
140143
ffi (1.17.1-arm64-darwin)
@@ -176,7 +179,7 @@ GEM
176179
activesupport (>= 4)
177180
railties (>= 4)
178181
request_store (~> 1.0)
179-
loofah (2.24.0)
182+
loofah (2.24.1)
180183
crass (~> 1.0.2)
181184
nokogiri (>= 1.12.0)
182185
mail (2.8.1)
@@ -202,11 +205,11 @@ GEM
202205
net-smtp (0.5.1)
203206
net-protocol
204207
nio4r (2.7.4)
205-
nokogiri (1.18.7-arm64-darwin)
208+
nokogiri (1.18.8-arm64-darwin)
206209
racc (~> 1.4)
207-
nokogiri (1.18.7-x86_64-darwin)
210+
nokogiri (1.18.8-x86_64-darwin)
208211
racc (~> 1.4)
209-
nokogiri (1.18.7-x86_64-linux-gnu)
212+
nokogiri (1.18.8-x86_64-linux-gnu)
210213
racc (~> 1.4)
211214
parallel (1.27.0)
212215
parser (3.3.8.0)
@@ -223,15 +226,15 @@ GEM
223226
method_source (~> 1.0)
224227
pry-rails (0.3.11)
225228
pry (>= 0.13.0)
226-
psych (5.2.3)
229+
psych (5.2.6)
227230
date
228231
stringio
229232
public_suffix (6.0.1)
230233
puma (6.6.0)
231234
nio4r (~> 2.0)
232235
racc (1.8.1)
233-
rack (3.1.13)
234-
rack-session (2.1.0)
236+
rack (3.1.16)
237+
rack-session (2.1.1)
235238
base64 (>= 0.1.0)
236239
rack (>= 3.0.0)
237240
rack-test (2.2.0)
@@ -252,7 +255,7 @@ GEM
252255
activesupport (= 8.0.2)
253256
bundler (>= 1.15.0)
254257
railties (= 8.0.2)
255-
rails-dom-testing (2.2.0)
258+
rails-dom-testing (2.3.0)
256259
activesupport (>= 5.0.0)
257260
minitest
258261
nokogiri (>= 1.6)
@@ -269,11 +272,12 @@ GEM
269272
thor (~> 1.0, >= 1.2.2)
270273
zeitwerk (~> 2.6)
271274
rainbow (3.1.1)
272-
rake (13.2.1)
275+
rake (13.3.0)
273276
rb-fsevent (0.11.2)
274277
rb-inotify (0.11.1)
275278
ffi (~> 1.0)
276-
rdoc (6.13.1)
279+
rdoc (6.14.0)
280+
erb
277281
psych (>= 4.0.0)
278282
regexp_parser (2.10.0)
279283
reline (0.6.1)
@@ -365,7 +369,7 @@ GEM
365369
standard-performance (1.8.0)
366370
lint_roller (~> 1.1)
367371
rubocop-performance (~> 1.25.0)
368-
stringio (3.1.6)
372+
stringio (3.1.7)
369373
thor (1.3.2)
370374
tilt (2.6.0)
371375
timeout (0.4.3)
@@ -394,7 +398,7 @@ GEM
394398
websocket-extensions (0.1.5)
395399
xpath (3.2.0)
396400
nokogiri (~> 1.8)
397-
zeitwerk (2.7.2)
401+
zeitwerk (2.7.3)
398402

399403
PLATFORMS
400404
arm64-darwin-22

0 commit comments

Comments
 (0)