We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ffb5ce commit 53d75afCopy full SHA for 53d75af
gemfiles/Gemfile-4-2-stable
@@ -4,3 +4,7 @@ gemspec path: ".."
4
5
gem "rails", github: "rails/rails", branch: "4-2-stable"
6
gem "mime-types", "< 3"
7
+
8
+if RUBY_VERSION < "2.1"
9
+ gem "nokogiri", "< 1.7"
10
+end
0 commit comments