1
0
Fork 0
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:
Jared Beck 2019-09-23 13:13:21 -04:00 committed by Daniel Colson
parent 064838c0e0
commit b53e0f6df7

View file

@ -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