[ruby/rubygems] Lock diff-lcs < 2.0

https://github.com/ruby/rubygems/commit/23aecf4a86
This commit is contained in:
Hiroshi SHIBATA 2026-02-03 19:04:37 +09:00 committed by git
parent 42c1d1dc8f
commit 2dc4e872e8

View File

@ -21,7 +21,7 @@ require "bundler"
# If we use shared GEM_HOME and install multiple versions, it may cause
# unexpected test failures.
gem "diff-lcs"
gem "diff-lcs", "< 2.0"
require "rspec/core"
require "rspec/expectations"