We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 169843f commit ae6ca68Copy full SHA for ae6ca68
1 file changed
script/bootstrap
@@ -9,6 +9,6 @@ export RBENV_VERSION="$(cat .ruby-version)"
9
rm -rf "${DIR}/.bundle"
10
11
# Using Deprecated Flags to avoid pulling from upstream
12
-bundle install --path vendor/gems --local --clean
+bundle install --local
13
14
bundle binstubs rake rspec-core rubocop
0 commit comments