Skip to content

Commit fac280d

Browse files
committed
Pin nokogiri for old Ruby versions
1 parent 8814ff1 commit fac280d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,6 @@ gem "jquery-rails"
1515

1616
# To use debugger
1717
# gem 'ruby-debug19', :require => 'ruby-debug'
18+
19+
# nokogiri 1.7+ is not compatible with Ruby < 2.1, so pin at older version.
20+
gem "nokogiri", "~> 1.6.8" if RUBY_VERSION =~ /^(1\.9|2\.0)\./

0 commit comments

Comments
 (0)