We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b66d72a commit 857fcc8Copy full SHA for 857fcc8
gemfiles/Gemfile-rails-4-2
@@ -6,3 +6,6 @@ gemspec path: ".."
6
gem "rails", "~> 4.2.0"
7
gem "sprockets", "~> 4.0.0.beta2"
8
gem "sprockets-rails", "~> 3.0.4"
9
+if RUBY_VERSION < '2.1.0'
10
+ gem 'nokogiri', '~> 1.6.8'
11
+end
0 commit comments