We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2380451 commit 5687246Copy full SHA for 5687246
Gemfile
@@ -13,3 +13,7 @@ elsif ENV["RAILS_VERSION"]
13
else
14
gem "activesupport"
15
end
16
+
17
+if RUBY_VERSION < "3.0"
18
+ gem "nokogiri", "< 1.16"
19
+end
0 commit comments