File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 61
61
ruby-version : ${{ matrix.ruby }}
62
62
- run : script/update_rubygems_and_install_bundler
63
63
- run : script/clone_all_rspec_repos
64
- - run : bundle install --binstubs --standalone
64
+ - run : bundle install --standalone
65
+ - run : bundle binstubs --all
65
66
- run : script/run_build
66
67
67
68
legacy :
Original file line number Diff line number Diff line change @@ -136,10 +136,7 @@ function check_binstubs {
136
136
echo " $ bundle binstubs$gems "
137
137
echo
138
138
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"
143
140
fi
144
141
145
142
return $success
You can’t perform that action at this time.
0 commit comments