Skip to content

Commit 53d75af

Browse files
committed
Lock nokogiri to less than 1.7 on old rubies
1 parent 5ffb5ce commit 53d75af

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

gemfiles/Gemfile-4-2-stable

+4
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@ gemspec path: ".."
44

55
gem "rails", github: "rails/rails", branch: "4-2-stable"
66
gem "mime-types", "< 3"
7+
8+
if RUBY_VERSION < "2.1"
9+
gem "nokogiri", "< 1.7"
10+
end

0 commit comments

Comments
 (0)