Skip to content

Commit

Permalink
nokogiri 1.7 requires ruby version >= 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amatsuda committed Dec 27, 2016
1 parent d68dd1a commit d7ea2b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ group :test do
platforms :jruby, :ruby_19, :ruby_20, :ruby_21, :ruby_22, :ruby_23, :ruby_24 do
gem "aruba", "~> 0.7.4"
gem "capybara"
gem "nokogiri", RUBY_VERSION < "2.1" ? "~> 1.6.0" : ">= 1.7"
gem "cucumber"
gem "phantomjs", "~> 1.9"
gem "poltergeist"
Expand Down

0 comments on commit d7ea2b1

Please sign in to comment.