Skip to content
This repository was archived by the owner on Dec 11, 2023. It is now read-only.

Commit 3ef2d6b

Browse files
committed
Lock nokogiri version for Ruby 1.9
1 parent 869b887 commit 3ef2d6b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Gemfile

+4
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ gem 'mocha', require: false
2121
# benchmarking
2222
gem 'benchmark_suite'
2323

24+
platforms :ruby_19 do
25+
gem 'nokogiri', '~> 1.6.0' # 1.7+ requires ruby 2.1
26+
end
27+
2428
# platforms :rbx do
2529
# gem 'rubysl', '~> 2.0'
2630
# gem 'racc'

0 commit comments

Comments
 (0)