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