Skip to content

Commit b145fc2

Browse files
committed
Replace deprecated binstub option
1 parent 0450d72 commit b145fc2

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

ci/.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ jobs:
6161
ruby-version: ${{ matrix.ruby }}
6262
- run: script/update_rubygems_and_install_bundler
6363
- run: script/clone_all_rspec_repos
64-
- run: bundle install --binstubs --standalone
64+
- run: bundle install --standalone
65+
- run: bundle binstubs --all
6566
- run: script/run_build
6667

6768
legacy:

ci/script/functions.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,7 @@ function check_binstubs {
136136
echo " $ bundle binstubs$gems"
137137
echo
138138
echo " # To binstub all gems"
139-
echo " $ bundle install --binstubs"
140-
echo
141-
echo " # To binstub all gems and avoid loading bundler"
142-
echo " $ bundle install --binstubs --standalone"
139+
echo " $ bundle binstubs --all"
143140
fi
144141

145142
return $success

0 commit comments

Comments
 (0)