Skip to content

Commit

Permalink
Could only get this to pass when I removed the rails dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-burns committed Jun 29, 2011
1 parent fdd127c commit f1baf02
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion shoulda-matchers.gemspec
Expand Up @@ -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")
Expand Down

0 comments on commit f1baf02

Please sign in to comment.