Skip to content

Commit

Permalink
fix mime-types < 3.0 for ruby version < 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mtparet committed Oct 12, 2016
1 parent e0e2b0e commit e8ea487
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile.rails40
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ source "https://rubygems.org"
gemspec

gem 'rails', '~> 4.0.0'
gem 'mime-types', '~> 2.99.3'
1 change: 1 addition & 0 deletions Gemfile.rails41
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ source "https://rubygems.org"
gemspec

gem 'rails', '~> 4.1.0'
gem 'mime-types', '~> 2.99.3'
3 changes: 2 additions & 1 deletion Gemfile.rails42
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ source "https://rubygems.org"

gemspec

gem 'rails', '~> 4.2.5.1'
gem 'rails', '~> 4.2.5'
gem 'mime-types', '~> 2.99.3'

0 comments on commit e8ea487

Please sign in to comment.