bug fix: rspec was listed as both a runtime dependency and a development dependency

adv_design
Matt Parker 2011-01-17 20:19:49 -05:00
parent e75726f80c
commit 83b70ec080
1 changed files with 0 additions and 1 deletions

View File

@ -28,7 +28,6 @@ Gem::Specification.new do |s|
s.add_dependency(%q<activemodel>, "~> 3.0.0")
s.add_dependency(%q<tzinfo>, "~> 0.3.22")
s.add_dependency(%q<railties>, "~> 3.0.0")
s.add_dependency(%q<rspec>, ">= 2.0.0")
s.add_development_dependency(%q<rspec>, ">= 2.0.0")
s.add_development_dependency(%q<rack-test>, ">= 0.5.7")
end