Skip to content

Commit

Permalink
Fix mime-types for Ruby < 2
Browse files Browse the repository at this point in the history
  • Loading branch information
raphink committed Nov 25, 2015
1 parent 7d2931f commit cd3ab9b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,7 @@ group :development, :unit_tests do
gem 'simplecov', '~> 0.7.0', :require => false
gem 'yard', :require => false
gem 'redcarpet', '~> 2.0', :require => false

# mime-types-data requires Ruby version >= 2.0
gem 'mime-types', '2.6.2' if RUBY_VERSION =~ /^1\./
end

0 comments on commit cd3ab9b

Please sign in to comment.