bundle/commands/exec: add missing require.

This should fix the flaky test failures in `exec_spec.rb`.
This commit is contained in:
Mike McQuaid 2025-04-10 13:04:01 +01:00
parent 9709c4f30f
commit a1343c94d0
No known key found for this signature in database

View File

@ -1,6 +1,7 @@
# typed: false # rubocop:todo Sorbet/TrueSigil
# frozen_string_literal: true
require "English"
require "exceptions"
require "extend/ENV"
require "utils"