Skip to content

Commit 4b2a1b2

Browse files
committed
Set Bundler configs explicitly to support recent versions of Bundler
1 parent 03408e5 commit 4b2a1b2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

lib/bundling.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ export BUNDLE_PATH=vendor/bundle
1010
export BUNDLE_RETRY=3
1111

1212
if test -f Gemfile; then
13+
bundle config set --local deployment "$BUNDLE_DEPLOYMENT"
14+
bundle config set --local path "$BUNDLE_PATH"
15+
bundle config set --local without "$BUNDLE_WITHOUT"
1316
exec bundle install
1417
else
1518
exec rm -rf vendor/bundle

0 commit comments

Comments
 (0)