Skip to content

Commit b74c025

Browse files
committed
Merge pull request #9304 from ruby/lock-diff-lcs
Lock diff-lcs < 2.0 (cherry picked from commit 89f7a86)
1 parent 9ce38cb commit b74c025

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bundler/spec/spec_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
# If we use shared GEM_HOME and install multiple versions, it may cause
2323
# unexpected test failures.
24-
gem "diff-lcs"
24+
gem "diff-lcs", "< 2.0"
2525

2626
require "rspec/core"
2727
require "rspec/expectations"

0 commit comments

Comments
 (0)