Skip to content

Commit f0a5a73

Browse files
committed
Merge pull request #384 from TimMoore/ruby-1.8.7-compat
Use mime-types 1.x for Ruby 1.8.7 compatibility.
2 parents aaeccb6 + 9006cc9 commit f0a5a73

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ end
1111
group :test do
1212
gem 'childlabor'
1313
gem 'coveralls', '>=0.5.7', :require => false
14+
# mime-types is required indirectly by coveralls
15+
# needs to be < 2.0 to work with Ruby 1.8.7
16+
gem 'mime-types', '~> 1.25', :platforms => :ruby_18
1417
gem 'fakeweb', '>= 1.3'
1518
gem 'rspec', '>= 2.14'
1619
gem 'rspec-mocks', '>= 2.12.2'

0 commit comments

Comments
 (0)