Skip to content

Commit

Permalink
mime-types-data requires Ruby version >= 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
raphink committed Apr 11, 2016
1 parent 45999ea commit 0728f12
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\.9/
end

0 comments on commit 0728f12

Please sign in to comment.