Skip to content

Commit 9006cc9

Browse files
committed
Specify mime-types 1.x for Ruby 1.8 only.
1 parent 33b0942 commit 9006cc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ group :test do
1313
gem 'coveralls', '>=0.5.7', :require => false
1414
# mime-types is required indirectly by coveralls
1515
# needs to be < 2.0 to work with Ruby 1.8.7
16-
gem 'mime-types', '~> 1.0'
16+
gem 'mime-types', '~> 1.25', :platforms => :ruby_18
1717
gem 'fakeweb', '>= 1.3'
1818
gem 'rspec', '>= 2.14'
1919
gem 'rspec-mocks', '>= 2.12.2'

0 commit comments

Comments
 (0)