1
0
Fork 0
mirror of https://github.com/fog/fog-aws.git synced 2022-11-09 13:50:52 -05:00

Add Gemfile-ruby-2.0 for Ruby 2.0 on Travis CI

Pin Nokogiri to version 1.6.x for Ruby 2.0, since Nokogiri 1.7.x requires Ruby 2.1 or higher.
This commit is contained in:
Aaron Stone 2017-01-04 00:02:19 -08:00
parent 36023e9073
commit 766639c49d
2 changed files with 9 additions and 2 deletions

View file

@ -12,7 +12,7 @@ matrix:
- rvm: 1.9.3
gemfile: gemfiles/Gemfile-ruby-1.9
- rvm: 2.0.0
gemfile: Gemfile
gemfile: gemfiles/Gemfile-ruby-2.0
- rvm: 2.1.0
gemfile: Gemfile
- rvm: 2.1.1

View file

@ -0,0 +1,7 @@
source "https://rubygems.org"
gem 'mime-types', '~> 3.1'
gem 'nokogiri', '~> 1.6.8'
gemspec :path => "../"