mirror of
https://github.com/thoughtbot/factory_bot_rails.git
synced 2022-11-09 11:49:18 -05:00
Bump version of factory_girl to 4.0.0
This commit is contained in:
parent
e31dbdda80
commit
220dc00f09
2 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@ PATH
|
|||
remote: .
|
||||
specs:
|
||||
factory_girl_rails (4.0.0.rc1)
|
||||
factory_girl (~> 4.0.0.rc)
|
||||
factory_girl (~> 4.0.0)
|
||||
railties (>= 3.0.0)
|
||||
|
||||
GEM
|
||||
|
@ -56,7 +56,7 @@ GEM
|
|||
diff-lcs (1.1.2)
|
||||
erubis (2.6.6)
|
||||
abstract (>= 1.0.0)
|
||||
factory_girl (4.0.0.rc1)
|
||||
factory_girl (4.0.0)
|
||||
activesupport (>= 3.0.0)
|
||||
ffi (1.0.9)
|
||||
gherkin (2.4.1)
|
||||
|
|
|
@ -16,7 +16,7 @@ Gem::Specification.new do |s|
|
|||
s.require_paths = ["lib"]
|
||||
|
||||
s.add_runtime_dependency('railties', '>= 3.0.0')
|
||||
s.add_runtime_dependency('factory_girl', '~> 4.0.0.rc')
|
||||
s.add_runtime_dependency('factory_girl', '~> 4.0.0')
|
||||
|
||||
s.add_development_dependency('rake')
|
||||
s.add_development_dependency('rspec', '~> 2.6.0')
|
||||
|
|
Loading…
Reference in a new issue