Commit 3f938287 by Jon Yurek

Changed thoughtbot-shoulda dependency to shoulda. Eased jferris-mocha versioning.

parent 1926744e
......@@ -75,8 +75,8 @@ spec = Gem::Specification.new do |s|
s.extra_rdoc_files = FileList["README*"].to_a
s.rdoc_options << '--line-numbers' << '--inline-source'
s.requirements << "ImageMagick"
s.add_development_dependency 'thoughtbot-shoulda'
s.add_development_dependency 'jferris-mocha', '= 0.9.5.0.1241126838'
s.add_development_dependency 'shoulda'
s.add_development_dependency 'jferris-mocha', '>= 0.9.5.0.1241126838'
s.add_development_dependency 'aws-s3'
s.add_development_dependency 'sqlite3-ruby'
s.add_development_dependency 'activerecord'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment