Skip to content

Commit 857fcc8

Browse files
committed
Use nokogiri 1.6.x on Ruby 2.0
The nokogiri 1.7 requires Ruby version >= 2.1.0. Therefore, lock the version.
1 parent b66d72a commit 857fcc8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gemfiles/Gemfile-rails-4-2

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ gemspec path: ".."
66
gem "rails", "~> 4.2.0"
77
gem "sprockets", "~> 4.0.0.beta2"
88
gem "sprockets-rails", "~> 3.0.4"
9+
if RUBY_VERSION < '2.1.0'
10+
gem 'nokogiri', '~> 1.6.8'
11+
end

0 commit comments

Comments
 (0)