bug fix: rspec was listed as both a runtime dependency and a development dependency
This commit is contained in:
parent
e75726f80c
commit
83b70ec080
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue