mirror of
https://github.com/thoughtbot/factory_bot_rails.git
synced 2022-11-09 11:49:18 -05:00
factory_bot ~> 6.2.0
This commit is contained in:
parent
c8b3f90abc
commit
ae399cdb8b
1 changed files with 1 additions and 1 deletions
|
@ -14,6 +14,6 @@ Gem::Specification.new do |s|
|
|||
s.executables = []
|
||||
s.license = "MIT"
|
||||
|
||||
s.add_runtime_dependency("factory_bot", "~> 6.1.0")
|
||||
s.add_runtime_dependency("factory_bot", "~> 6.2.0")
|
||||
s.add_runtime_dependency("railties", ">= 5.0.0")
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue