1
0
Fork 0
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:
Joshua Clayton 2012-02-03 22:18:51 -05:00
parent 13c58d27d0
commit c103ca1a6d
8 changed files with 7 additions and 12 deletions

View file

@ -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

View file

@ -2,7 +2,7 @@ PATH
remote: .
specs:
factory_girl (2.5.1)
activesupport
activesupport (>= 2.3.9)
GEM
remote: http://rubygems.org/

View file

@ -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")

View file

@ -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/

View file

@ -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/

View file

@ -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/

View file

@ -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/

View file

@ -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/