1
0
Fork 0
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:
Daniel Colson 2019-01-05 22:28:49 -05:00
parent f317e34817
commit 14e6632e08
No known key found for this signature in database
GPG key ID: 88A364BBE77B1353
2 changed files with 6 additions and 6 deletions

View file

@ -2,8 +2,8 @@ PATH
remote: . remote: .
specs: specs:
factory_bot_rails (4.11.1) factory_bot_rails (4.11.1)
factory_bot (~> 4.11.1) factory_bot (~> 5.0.0.rc1)
railties (>= 3.0.0) railties (>= 4.2.0)
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
@ -72,8 +72,8 @@ GEM
diff-lcs (1.3) diff-lcs (1.3)
erubi (1.7.1) erubi (1.7.1)
execjs (2.7.0) execjs (2.7.0)
factory_bot (4.11.1) factory_bot (5.0.0.rc1)
activesupport (>= 3.0.0) activesupport (>= 4.2.0)
ffi (1.9.25) ffi (1.9.25)
ffi (1.9.25-java) ffi (1.9.25-java)
gherkin (2.12.2) gherkin (2.12.2)

View file

@ -15,6 +15,6 @@ Gem::Specification.new do |s|
s.executables = [] s.executables = []
s.license = "MIT" s.license = "MIT"
s.add_runtime_dependency("factory_bot", "~> 4.11.1") s.add_runtime_dependency("factory_bot", "~> 5.0.0.rc1")
s.add_runtime_dependency("railties", ">= 3.0.0") s.add_runtime_dependency("railties", ">= 4.2.0")
end end