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

Commit a1aecbc

Browse files
committed
Remove DiffHelpers
1 parent 855d786 commit a1aecbc

File tree

4 files changed

+3
-8
lines changed

4 files changed

+3
-8
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"

spec/rspec/support/differ_spec.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
require 'timeout'
33
require 'rspec/support/spec/string_matcher'
44

5+
RSpec::Support.require_rspec_support "spec/diff_helpers"
6+
57
module RSpec
68
module Support
79
RSpec.describe Differ do

0 commit comments

Comments
 (0)