mirror of
https://github.com/thoughtbot/factory_bot_rails.git
synced 2022-11-09 11:49:18 -05:00
Bump required version for factory_bot and railties
This commit is contained in:
parent
f317e34817
commit
14e6632e08
2 changed files with 6 additions and 6 deletions
|
@ -2,8 +2,8 @@ PATH
|
|||
remote: .
|
||||
specs:
|
||||
factory_bot_rails (4.11.1)
|
||||
factory_bot (~> 4.11.1)
|
||||
railties (>= 3.0.0)
|
||||
factory_bot (~> 5.0.0.rc1)
|
||||
railties (>= 4.2.0)
|
||||
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
|
@ -72,8 +72,8 @@ GEM
|
|||
diff-lcs (1.3)
|
||||
erubi (1.7.1)
|
||||
execjs (2.7.0)
|
||||
factory_bot (4.11.1)
|
||||
activesupport (>= 3.0.0)
|
||||
factory_bot (5.0.0.rc1)
|
||||
activesupport (>= 4.2.0)
|
||||
ffi (1.9.25)
|
||||
ffi (1.9.25-java)
|
||||
gherkin (2.12.2)
|
||||
|
|
|
@ -15,6 +15,6 @@ Gem::Specification.new do |s|
|
|||
s.executables = []
|
||||
s.license = "MIT"
|
||||
|
||||
s.add_runtime_dependency("factory_bot", "~> 4.11.1")
|
||||
s.add_runtime_dependency("railties", ">= 3.0.0")
|
||||
s.add_runtime_dependency("factory_bot", "~> 5.0.0.rc1")
|
||||
s.add_runtime_dependency("railties", ">= 4.2.0")
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue