Skip to content

Commit 459a51f

Browse files
committed
Nokogiri 1.7 removes support for Rubies < 2.1
See sparklemotion/nokogiri@8487038
1 parent 32704cb commit 459a51f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Gemfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ if RUBY_VERSION < '2'
2828
gem 'mime-types', [ '>= 2.6.2', '< 3' ]
2929
end
3030

31+
if RUBY_VERSION < '2.1'
32+
gem 'nokogiri', '< 1.7'
33+
end
34+
3135
# https://github.com/bundler/bundler/blob/89a8778c19269561926cea172acdcda241d26d23/lib/bundler/dependency.rb#L30-L54
3236
@windows_platforms = [:mswin, :mingw, :x64_mingw]
3337

0 commit comments

Comments
 (0)