Skip to content

Commit

Permalink
Cleanup Bundler ENV variable introduced in Bundler 2.4 (thoughtbot#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez authored Sep 23, 2024
1 parent c83f837 commit cc074a6
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions spec/support/acceptance_test_helpers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,13 @@ module AcceptanceTestHelpers
extend ActiveSupport::Concern
include DependencyHelpers

BUNDLER_ENVIRONMENT_VARIABLES = %w(RUBYOPT BUNDLE_PATH BUNDLE_BIN_PATH
BUNDLE_GEMFILE)
BUNDLER_ENVIRONMENT_VARIABLES = %w(
RUBYOPT
BUNDLE_PATH
BUNDLE_BIN_PATH
BUNDLE_GEMFILE
BUNDLER_SETUP
).freeze

included do
metadata[:type] = :acceptance
Expand Down

0 comments on commit cc074a6

Please sign in to comment.