Skip to content

Commit 5687246

Browse files
committed
Fix nokogiri on Ruby 2.7
1 parent 2380451 commit 5687246

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Gemfile

+4
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,7 @@ elsif ENV["RAILS_VERSION"]
1313
else
1414
gem "activesupport"
1515
end
16+
17+
if RUBY_VERSION < "3.0"
18+
gem "nokogiri", "< 1.16"
19+
end

0 commit comments

Comments
 (0)