Skip to content

Commit

Permalink
Loosen mime-types version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew committed Mar 23, 2016
1 parent a81fa03 commit 04284a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ gem 'hirefire-resource'
gem 'rails_12factor'
gem 'font-awesome-rails'
gem 'platform-api', require: nil
gem 'mime-types', '~> 2.6.1', require: 'mime/types/columnar'
gem 'mime-types', require: 'mime/types/columnar'
gem 'fast_blank'
gem 'fast_xs'
gem 'fast_xor'
Expand Down
5 changes: 3 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,10 @@ GEM
railties (>= 3)
loofah (2.0.3)
nokogiri (>= 1.5.9)
mime-types (2.6.2)
mail (2.6.4)
mime-types (>= 1.16, < 4)
mime-types (2.99.1)
mime-types-data (3.2016.0221)
mini_portile2 (2.0.0)
minitest (5.8.4)
moneta (0.8.0)
Expand Down Expand Up @@ -428,7 +429,7 @@ DEPENDENCIES
license-compatibility
lograge
mail
mime-types (~> 2.6.1)
mime-types
newrelic_rpm
nokogiri
octokit
Expand Down

0 comments on commit 04284a3

Please sign in to comment.