Skip to content

Commit de6a925

Browse files
committed
Try unsetting bundler version
1 parent a50ea7a commit de6a925

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

features/support/env.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ def run_command(cmd, timeout = nil)
66
exec_cmd = cmd =~ /^rspec/ ? "bin/#{cmd}" : cmd
77
# Ensure bundler env vars are unset
88
unset_bundler_env_vars
9+
delete_environment_variable "BUNDLER_VERSION"
910
# Ensure the correct Gemfile is found
1011
in_current_directory do
1112
super(exec_cmd, timeout)

0 commit comments

Comments
 (0)