From f1baf025d64389d4d1e90262d415c9ad55c5ba1a Mon Sep 17 00:00:00 2001 From: Mike Burns Date: Wed, 29 Jun 2011 13:45:12 -0400 Subject: [PATCH] Could only get this to pass when I removed the rails dependency. --- shoulda-matchers.gemspec | 1 - 1 file changed, 1 deletion(-) diff --git a/shoulda-matchers.gemspec b/shoulda-matchers.gemspec index 4e62607d0..e9f32e4a3 100644 --- a/shoulda-matchers.gemspec +++ b/shoulda-matchers.gemspec @@ -24,7 +24,6 @@ Gem::Specification.new do |s| s.add_development_dependency("rspec-rails", "~> 2.6.1.beta1") s.add_development_dependency("cucumber", "~> 0.10.0") s.add_development_dependency("appraisal", "~> 0.3.4") - s.add_development_dependency("rails", ">= 2.3.8") if RUBY_VERSION >= "1.9" s.add_development_dependency("ruby-debug19", "~> 0.11.6")