Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit d5f8ed2

Browse files
committed
fixup! e61c2e1 restore diff-lcs 1.4 for Ruby < 2
1 parent 68a10d1 commit d5f8ed2

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Gemfile

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,7 @@ else
2121
gem 'rake', '>= 12.3.3'
2222
end
2323

24-
if RUBY_VERSION.to_f < 2
25-
default_diff_lcs_version = '~> 1.3.0'
26-
else
27-
default_diff_lcs_version = '~> 1.4'
28-
end
29-
gem 'diff-lcs', ENV.fetch('DIFF_LCS_VERSION', default_diff_lcs_version)
24+
gem 'diff-lcs', ENV.fetch('DIFF_LCS_VERSION', '~> 1.4')
3025

3126
if RUBY_VERSION < '2.2.0' && !!(RbConfig::CONFIG['host_os'] =~ /cygwin|mswin|mingw|bccwin|wince|emx/)
3227
gem "childprocess", "< 1.0.0"

0 commit comments

Comments
 (0)