Skip to content

Commit

Permalink
Add mime-types gem into the gemspec as a de
Browse files Browse the repository at this point in the history
  • Loading branch information
sikachu committed Jul 7, 2011
1 parent acf957c commit 92bc0e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions paperclip.gemspec
Expand Up @@ -27,6 +27,7 @@ spec = Gem::Specification.new do |s|
s.add_dependency 'activerecord', '>=2.3.0'
s.add_dependency 'activesupport', '>=2.3.2'
s.add_dependency 'cocaine', '>=0.0.2'
s.add_dependency 'mime-types'
s.add_development_dependency 'shoulda'
s.add_development_dependency 'appraisal'
s.add_development_dependency 'mocha'
Expand Down

0 comments on commit 92bc0e8

Please sign in to comment.