bundle/commands/exec: add missing require.
This should fix the flaky test failures in `exec_spec.rb`.
This commit is contained in:
parent
9709c4f30f
commit
a1343c94d0
@ -1,6 +1,7 @@
|
|||||||
# typed: false # rubocop:todo Sorbet/TrueSigil
|
# typed: false # rubocop:todo Sorbet/TrueSigil
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
|
require "English"
|
||||||
require "exceptions"
|
require "exceptions"
|
||||||
require "extend/ENV"
|
require "extend/ENV"
|
||||||
require "utils"
|
require "utils"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user