1
0
Fork 0
mirror of https://github.com/thoughtbot/factory_bot_rails.git synced 2022-11-09 11:49:18 -05:00

Update FactoryGirl requirement to 4.9.0

This commit is contained in:
Joshua Clayton 2017-10-23 14:42:37 -04:00
parent dca37318f3
commit ebd3310a0f
No known key found for this signature in database
GPG key ID: 5B6558F77E9A8118
2 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@ PATH
remote: .
specs:
factory_girl_rails (4.8.0)
factory_girl (~> 4.8.0)
factory_girl (~> 4.9.0)
railties (>= 3.0.0)
GEM
@ -63,7 +63,7 @@ GEM
diff-lcs (1.2.5)
erubis (2.7.0)
execjs (2.0.2)
factory_girl (4.8.0)
factory_girl (4.9.0)
activesupport (>= 3.0.0)
ffi (1.9.3)
ffi (1.9.3-java)

View file

@ -16,5 +16,5 @@ Gem::Specification.new do |s|
s.license = "MIT"
s.add_runtime_dependency('railties', '>= 3.0.0')
s.add_runtime_dependency('factory_girl', '~> 4.8.0')
s.add_runtime_dependency('factory_girl', '~> 4.9.0')
end