Skip to content

Commit

Permalink
loosen mime-type requirements for compatibility with rails 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed May 12, 2015
1 parent f9a51a8 commit 13df67f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hydra-derivatives.gemspec
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'hydra-file_characterization', '~> 0.3'
spec.add_dependency 'mini_magick', '>= 3.2', '< 5'
spec.add_dependency 'activesupport', '~> 4.0'
spec.add_dependency 'mime-types', '~> 1'
spec.add_dependency 'mime-types', '>= 1'
spec.add_dependency 'deprecation', '~> 0.1'
end

0 comments on commit 13df67f

Please sign in to comment.