Explicitly require MIME::Types (#4083)

This commit is contained in:
Akihiko Odaki (@fn_aki@pawoo.net) 2017-07-06 06:58:03 +09:00 committed by Eugen Rochko
parent 5e6acf9601
commit a37cf9548c
3 changed files with 4 additions and 0 deletions

View file

@ -35,6 +35,7 @@ gem 'http_accept_language', '~> 2.1'
gem 'httplog', '~> 0.99'
gem 'kaminari', '~> 1.0'
gem 'link_header', '~> 0.0'
gem 'mime-types', '~> 3.1'
gem 'nokogiri', '~> 1.7'
gem 'oj', '~> 3.0'
gem 'ostatus2', '~> 2.0'