Skip to content

Commit 7aaa7ec

Browse files
committed
pin diff-lcs only on 1.8.7
1 parent 6d41f64 commit 7aaa7ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ if RUBY_VERSION < '1.9.2'
5050
gem 'nokogiri', '~> 1.5.0'
5151
elsif RUBY_VERSION < '1.9.3'
5252
gem 'nokogiri', '1.5.2'
53+
gem 'diff-lcs', '< 1.3'
5354
else
5455
gem 'nokogiri', '1.6.7.1'
5556
end

0 commit comments

Comments
 (0)