From c7ebeb7eda9f7f6bbb48effe1efc026eeb64d09c Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Fri, 15 May 2020 21:31:12 +0900 Subject: Sync Bundler PR #3624 --- spec/bundler/install/deploy_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/bundler/install/deploy_spec.rb') diff --git a/spec/bundler/install/deploy_spec.rb b/spec/bundler/install/deploy_spec.rb index 121b99fd8c..071c6fcfcc 100644 --- a/spec/bundler/install/deploy_spec.rb +++ b/spec/bundler/install/deploy_spec.rb @@ -68,7 +68,7 @@ RSpec.describe "install with --deployment or --frozen" do bundle! :install bundle "install --deployment" - bundle! "exec bundle check" + bundle! "exec bundle check", :env => { "PATH" => path } end it "works when using path gems from the same path and the version is specified" do -- cgit v1.2.3