Skip to content

Commit 33b0942

Browse files
committed
Use mime-types 1.x for Ruby 1.8.7 compatibility.
1 parent aaeccb6 commit 33b0942

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.0'
1417
gem 'fakeweb', '>= 1.3'
1518
gem 'rspec', '>= 2.14'
1619
gem 'rspec-mocks', '>= 2.12.2'

0 commit comments

Comments
 (0)