We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37b86ec commit 2dc7279Copy full SHA for 2dc7279
ci/script/functions.sh
@@ -87,6 +87,7 @@ function run_spec_suite_for {
87
unset BUNDLE_GEMFILE
88
bundle_install_flags=`cat .github/workflows/ci.yml | grep "bundle install" | sed 's/.* bundle install//'`
89
travis_retry eval "(unset RUBYOPT; exec bundle install $bundle_install_flags)"
90
+ travis_retry eval "(unset RUBYOPT; exec bundle binstubs --all)"
91
run_specs_and_record_done
92
popd
93
else
0 commit comments