mirror of
https://github.com/thoughtbot/factory_bot.git
synced 2022-11-09 11:43:51 -05:00
Set minimum version required for activesupport
This commit is contained in:
parent
13c58d27d0
commit
c103ca1a6d
8 changed files with 7 additions and 12 deletions
|
@ -1,8 +1,3 @@
|
|||
appraise "2.1" do
|
||||
gem "test-unit", "~> 2.3.0", :platforms => [:mri_19]
|
||||
gem "activerecord", "~> 2.1"
|
||||
end
|
||||
|
||||
appraise "2.3" do
|
||||
gem "activerecord", "~> 2.3"
|
||||
end
|
||||
|
|
|
@ -2,7 +2,7 @@ PATH
|
|||
remote: .
|
||||
specs:
|
||||
factory_girl (2.5.1)
|
||||
activesupport
|
||||
activesupport (>= 2.3.9)
|
||||
|
||||
GEM
|
||||
remote: http://rubygems.org/
|
||||
|
|
|
@ -21,7 +21,7 @@ Gem::Specification.new do |s|
|
|||
s.email = %q{jferris@thoughtbot.com}
|
||||
s.homepage = "https://github.com/thoughtbot/factory_girl"
|
||||
|
||||
s.add_dependency("activesupport")
|
||||
s.add_dependency("activesupport", ">= 2.3.9")
|
||||
|
||||
s.add_development_dependency("rspec", "~> 2.0")
|
||||
s.add_development_dependency("cucumber", "~> 1.0.0")
|
||||
|
|
|
@ -2,7 +2,7 @@ PATH
|
|||
remote: /Users/joshuaclayton/dev/gems/factory_girl
|
||||
specs:
|
||||
factory_girl (2.5.1)
|
||||
activesupport
|
||||
activesupport (>= 2.3.9)
|
||||
|
||||
GEM
|
||||
remote: http://rubygems.org/
|
||||
|
|
|
@ -2,7 +2,7 @@ PATH
|
|||
remote: /Users/joshuaclayton/dev/gems/factory_girl
|
||||
specs:
|
||||
factory_girl (2.5.1)
|
||||
activesupport
|
||||
activesupport (>= 2.3.9)
|
||||
|
||||
GEM
|
||||
remote: http://rubygems.org/
|
||||
|
|
|
@ -2,7 +2,7 @@ PATH
|
|||
remote: /Users/joshuaclayton/dev/gems/factory_girl
|
||||
specs:
|
||||
factory_girl (2.5.1)
|
||||
activesupport
|
||||
activesupport (>= 2.3.9)
|
||||
|
||||
GEM
|
||||
remote: http://rubygems.org/
|
||||
|
|
|
@ -2,7 +2,7 @@ PATH
|
|||
remote: /Users/joshuaclayton/dev/gems/factory_girl
|
||||
specs:
|
||||
factory_girl (2.5.1)
|
||||
activesupport
|
||||
activesupport (>= 2.3.9)
|
||||
|
||||
GEM
|
||||
remote: http://rubygems.org/
|
||||
|
|
|
@ -2,7 +2,7 @@ PATH
|
|||
remote: /Users/joshuaclayton/dev/gems/factory_girl
|
||||
specs:
|
||||
factory_girl (2.5.1)
|
||||
activesupport
|
||||
activesupport (>= 2.3.9)
|
||||
|
||||
GEM
|
||||
remote: http://rubygems.org/
|
||||
|
|
Loading…
Reference in a new issue