Skip to content

Commit

Permalink
lock mingw32 version of Ruby to nokogiri 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Mar 16, 2018
1 parent 7f90197 commit d307da3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ group :development do
else
gem 'nokogiri', '~> 1.6.0'
end
elsif ruby_version < (Gem::Version.new '2.2.0')
gem 'nokogiri', '~> 1.7.0' if Gem::Platform.local =~ 'x86-mingw32' || Gem::Platform.local =~ 'x64-mingw32'
end
gem 'racc', '~> 1.4.0' if RUBY_VERSION == '2.1.0' && RUBY_ENGINE == 'rbx'
end
Expand Down

0 comments on commit d307da3

Please sign in to comment.