Skip to content

Commit ae6ca68

Browse files
committed
Stop using deprecated bundler flags in bootstrap
1 parent 169843f commit ae6ca68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

script/bootstrap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ export RBENV_VERSION="$(cat .ruby-version)"
99
rm -rf "${DIR}/.bundle"
1010

1111
# Using Deprecated Flags to avoid pulling from upstream
12-
bundle install --path vendor/gems --local --clean
12+
bundle install --local
1313

1414
bundle binstubs rake rspec-core rubocop

0 commit comments

Comments
 (0)