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

Commit d778460

Browse files
committed
Remove DiffHelpers
1 parent 855d786 commit d778460

File tree

5 files changed

+1
-593
lines changed

5 files changed

+1
-593
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- 2.3
3131
env:
3232
-
33-
DIFF_LCS_VERSION: "> 1.4.3"
33+
BOGUS: ""
3434
include:
3535
- ruby: ruby-head
3636
env:

Gemfile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@ branch = File.read(File.expand_path("../maintenance-branch", __FILE__)).chomp
1313
end
1414
end
1515

16-
if ENV['DIFF_LCS_VERSION']
17-
gem 'diff-lcs', ENV['DIFF_LCS_VERSION']
18-
else
19-
gem 'diff-lcs', '~> 1.4', '>= 1.4.3'
20-
end
21-
2216
gem "childprocess", ">= 3.0.0"
2317
gem 'ffi', '~> 1.12.0'
2418

lib/rspec/support/spec.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
require 'rspec/support/spec/in_sub_process'
33

44
RSpec::Support.require_rspec_support "spec/deprecation_helpers"
5-
RSpec::Support.require_rspec_support "spec/diff_helpers"
65
RSpec::Support.require_rspec_support "spec/with_isolated_stderr"
76
RSpec::Support.require_rspec_support "spec/stderr_splitter"
87
RSpec::Support.require_rspec_support "spec/formatting_support"

lib/rspec/support/spec/diff_helpers.rb

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)