Skip to content

Commit

Permalink
Remove duplicate mime-types dependency
Browse files Browse the repository at this point in the history
Bundler 1.10 validates gemspecs of all used gems and reports `duplicate
dependency on mime-types`. This removes the development dependency for
this gem, as it is not needed when a runtime dependency is already
added.
  • Loading branch information
ppawlikmb committed Jun 15, 2015
1 parent b8487d8 commit 30570c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion carrierwave-meta.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ Gem::Specification.new do |s|
s.add_development_dependency(%q<sqlite3-ruby>)
s.add_development_dependency(%q<rmagick>)
s.add_development_dependency(%q<mini_magick>)
s.add_development_dependency(%q<mime-types>)
s.add_development_dependency(%q<carrierwave-imagesorcery>)
s.add_development_dependency(%q<carrierwave-vips>)
s.add_development_dependency(%q<fog>, '~> 1.3.1')
Expand Down

0 comments on commit 30570c9

Please sign in to comment.