Sync Bundler PR #3624

This commit is contained in:
Hiroshi SHIBATA 2020-05-15 21:31:12 +09:00
parent f4f157fc81
commit c7ebeb7eda
Notes: git 2020-05-22 20:33:04 +09:00
54 changed files with 443 additions and 362 deletions

View file

@ -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