mirror of
https://github.com/lostisland/faraday.git
synced 2025-10-05 00:05:35 -04:00
Lock mime-types to ~> 1.25 on Ruby 1.8
This commit is contained in:
parent
eb34dc31c5
commit
e5a3cc6caa
@ -22,7 +22,6 @@ rvm:
|
||||
- rbx-18mode
|
||||
- rbx-19mode
|
||||
- rbx-20mode
|
||||
- jruby-18mode
|
||||
- jruby-19mode
|
||||
- 1.8.7
|
||||
- 1.9.2
|
||||
|
1
Gemfile
1
Gemfile
@ -11,6 +11,7 @@ group :test do
|
||||
gem 'excon', ['>= 0.25.3', '< 0.27.3']
|
||||
gem 'httpclient', '>= 2.2'
|
||||
gem 'leftright', '>= 0.9', :require => false
|
||||
gem 'mime-types', '~> 1.25', :platforms => :ruby_18
|
||||
gem 'minitest', '~> 5.0.5'
|
||||
gem 'net-http-persistent', '>= 2.5', :require => false
|
||||
gem 'patron', '>= 0.4.2', :platforms => :ruby
|
||||
|
Loading…
x
Reference in New Issue
Block a user