Skip to content

Commit

Permalink
Use Nokogiri v1.7.0 in Gemfile to run on TravisCI with Ruby 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
misshie committed Sep 15, 2017
1 parent dfdb2ee commit a32ca73
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
15 changes: 8 additions & 7 deletions Gemfile
Expand Up @@ -10,11 +10,12 @@ gem "bio-genomic-interval", ">= 0.1.2"
# Add dependencies to develop your gem here.
# Include everything needed to run rake, tests, features, etc.
group :development do
gem "rake", ">= 12.1.0"
gem "rspec", ">= 2.14.1"
gem "bundler", ">= 1.15.4"
gem "jeweler", ">= 2.3.7"
gem "bio", ">= 1.5.1"
gem "rdoc", ">= 4.0.1"
gem "rack", "~> 1.6.4"
gem "rake", ">= 12.1.0"
gem "rspec", ">= 2.14.1"
gem "bundler", ">= 1.15.4"
gem "jeweler", ">= 2.3.7"
gem "bio", ">= 1.5.1"
gem "rdoc", ">= 4.0.1"
gem "rack", "~> 1.6.4"
gem "nokogiri", "~> 1.7.0"
end
7 changes: 4 additions & 3 deletions Gemfile.lock
Expand Up @@ -48,14 +48,14 @@ GEM
semver2
jwt (1.5.6)
mime-types (2.99.3)
mini_portile2 (2.2.0)
mini_portile2 (2.1.0)
minitest (5.10.3)
multi_json (1.12.2)
multi_xml (0.6.0)
multipart-post (2.0.0)
mysql2 (0.4.9)
nokogiri (1.8.0)
mini_portile2 (~> 2.2.0)
nokogiri (1.7.2)
mini_portile2 (~> 2.1.0)
oauth2 (1.4.0)
faraday (>= 0.8, < 0.13)
jwt (~> 1.0)
Expand Down Expand Up @@ -98,6 +98,7 @@ DEPENDENCIES
bundler (>= 1.15.4)
jeweler (>= 2.3.7)
mysql2 (~> 0.4.9)
nokogiri (~> 1.7.0)
rack (~> 1.6.4)
rake (>= 12.1.0)
rdoc (>= 4.0.1)
Expand Down

0 comments on commit a32ca73

Please sign in to comment.