mirror of
https://github.com/thoughtbot/factory_bot_rails.git
synced 2022-11-09 11:49:18 -05:00
Depend on railties instead of rails (thanks, Steve Sloan)
This commit is contained in:
parent
3bea988cd5
commit
544868740c
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ Gem::Specification.new do |s|
|
|||
s.authors = ["Joe Ferris"]
|
||||
s.email = %q{jferris@thoughtbot.com}
|
||||
s.homepage = "http://github.com/thoughtbot/factory_girl_rails"
|
||||
s.add_runtime_dependency('rails', '>= 3.0.0')
|
||||
s.add_runtime_dependency('railties', '>= 3.0.0')
|
||||
s.add_runtime_dependency('factory_girl', '~> 2.0.0.beta')
|
||||
s.add_development_dependency('rake')
|
||||
s.add_development_dependency('rspec')
|
||||
|
|
Loading…
Reference in a new issue