mirror of
https://github.com/thoughtbot/factory_bot_rails.git
synced 2022-11-09 11:49:18 -05:00
Bump factory_bot in Gemfile
I forgot that we needed this in order to merge ae399cdb8b
,
and I also didn't wait for CI to finish. Oops!
This commit is contained in:
parent
ae399cdb8b
commit
8cda0bb04d
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ PATH
|
|||
remote: .
|
||||
specs:
|
||||
factory_bot_rails (6.1.0)
|
||||
factory_bot (~> 6.1.0)
|
||||
factory_bot (~> 6.2.0)
|
||||
railties (>= 5.0.0)
|
||||
|
||||
GEM
|
||||
|
@ -52,7 +52,7 @@ GEM
|
|||
multi_test (>= 0.1.2)
|
||||
diff-lcs (1.4.4)
|
||||
erubi (1.9.0)
|
||||
factory_bot (6.1.0)
|
||||
factory_bot (6.2.0)
|
||||
activesupport (>= 5.0.0)
|
||||
ffi (1.13.1)
|
||||
ffi (1.13.1-java)
|
||||
|
|
Loading…
Reference in a new issue