Skip to content

Commit e0432a8

Browse files
committed
Add mime type as dependency.
1 parent 3c89368 commit e0432a8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

github_api.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Gem::Specification.new do |gem|
2222
gem.add_dependency 'faraday', '~> 0.8', '< 0.10'
2323
gem.add_dependency 'oauth2', '~> 1.0'
2424
gem.add_dependency 'descendants_tracker', '~> 0.0.4'
25+
gem.add_dependency 'mime-types', '>= 1.16', '< 3.0'
2526

2627
gem.add_development_dependency 'bundler'
2728
gem.add_development_dependency 'rake', '< 11.0'

0 commit comments

Comments
 (0)