Commit 1da9e4d6 by Dan Collis-Puro

Fix bundler dependency resolution during development

This allows bundler to complete gem dependency resolution during
development. This is only relevant for paperclip developers. Please see:
https://github.com/thoughtbot/paperclip/issues/1256 and thanks to
@nkondratyev
parent f5517301
......@@ -49,5 +49,5 @@ Gem::Specification.new do |s|
s.add_development_dependency('rake')
s.add_development_dependency('fakeweb')
s.add_development_dependency('railties')
s.add_development_dependency('actionmailer')
s.add_development_dependency('actionmailer', '>= 3.0.0')
end
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