Skip to content

Commit

Permalink
Set minimum version required for activesupport
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaclayton committed Feb 4, 2012
1 parent 13c58d2 commit c103ca1
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 12 deletions.
5 changes: 0 additions & 5 deletions Appraisals
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
factory_girl (2.5.1)
activesupport
activesupport (>= 2.3.9)

GEM
remote: http://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion factory_girl.gemspec
Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/2.1.gemfile.lock
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/2.3.gemfile.lock
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/3.0.gemfile.lock
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/3.1.gemfile.lock
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/3.2.gemfile.lock
Expand Up @@ -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/
Expand Down

0 comments on commit c103ca1

Please sign in to comment.