Skip to content

Commit f1779f6

Browse files
authored
Update factory_bot_rails to version 6.0.0
1 parent 75f5c2a commit f1779f6

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Gemfile.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -82,15 +82,15 @@ GEM
8282
activemodel
8383
erubi (1.9.0)
8484
execjs (2.7.0)
85-
factory_bot (5.1.1)
86-
activesupport (>= 4.2.0)
87-
factory_bot_rails (5.1.1)
88-
factory_bot (~> 5.1.0)
89-
railties (>= 4.2.0)
85+
factory_bot (6.0.1)
86+
activesupport (>= 5.0.0)
87+
factory_bot_rails (6.0.0)
88+
factory_bot (~> 6.0.0)
89+
railties (>= 5.0.0)
9090
ffi (1.11.1)
9191
globalid (0.4.2)
9292
activesupport (>= 4.2.0)
93-
i18n (1.8.2)
93+
i18n (1.8.3)
9494
concurrent-ruby (~> 1.0)
9595
jaro_winkler (1.5.4)
9696
jbuilder (2.10.0)
@@ -104,7 +104,7 @@ GEM
104104
listen (3.0.8)
105105
rb-fsevent (~> 0.9, >= 0.9.4)
106106
rb-inotify (~> 0.9, >= 0.9.7)
107-
loofah (2.4.0)
107+
loofah (2.6.0)
108108
crass (~> 1.0.2)
109109
nokogiri (>= 1.5.9)
110110
mail (2.7.1)
@@ -115,7 +115,7 @@ GEM
115115
mimemagic (0.3.4)
116116
mini_mime (1.0.2)
117117
mini_portile2 (2.4.0)
118-
minitest (5.14.0)
118+
minitest (5.14.1)
119119
mustache (1.1.1)
120120
nio4r (2.5.2)
121121
nokogiri (1.10.9)
@@ -129,7 +129,7 @@ GEM
129129
method_source (~> 1.0)
130130
public_suffix (4.0.4)
131131
puma (3.12.4)
132-
rack (2.2.2)
132+
rack (2.2.3)
133133
rack-test (1.1.0)
134134
rack (>= 1.0, < 3)
135135
rails (5.2.4.2)
@@ -204,7 +204,7 @@ GEM
204204
turbolinks (5.2.1)
205205
turbolinks-source (~> 5.2)
206206
turbolinks-source (5.2.0)
207-
tzinfo (1.2.6)
207+
tzinfo (1.2.7)
208208
thread_safe (~> 0.1)
209209
uglifier (4.2.0)
210210
execjs (>= 0.3.0, < 3)

0 commit comments

Comments
 (0)