Skip to content

Commit

Permalink
Update mime-types dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminoakes committed Dec 19, 2015
1 parent 359e751 commit b40d40d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maid.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |s|
s.add_dependency('thor', '>= 0.14.0', '< 1.0.0')
s.add_dependency('deprecated', '~> 3.0.0')
s.add_dependency('dimensions', '>= 1.0.0', '< 2.0')
s.add_dependency('mime-types', '~> 2.0')
s.add_dependency('mime-types', '~> 2.0', '< 3.0') # 3.0 drops Ruby 1.9.3 compatibility (which should be kept for Ubuntu, at least until we document use of Maid on 2.0+ for Ubuntu). mime-types 2.99 is supported until 2017-11-21. https://github.com/mime-types/ruby-mime-types/#mime-types-2x-end-of-life
s.add_dependency('rubyzip', '~> 1.1.0')
s.add_dependency('xdg', '~> 2.2.3') # previous versions had bugs
s.add_dependency('listen', '>= 2.8.0', '< 3.1.0')
Expand Down

0 comments on commit b40d40d

Please sign in to comment.