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 a8d8fb6 commit c570074Copy full SHA for c570074
example_app_generator/travis_retry_bundle_install.sh
@@ -5,7 +5,7 @@ source FUNCTIONS_SCRIPT_FILE
5
6
echo "Starting bundle install using shared bundle path"
7
if is_mri_192_plus; then
8
- travis_retry eval "RUBYOPT=$RUBYOPT:'--enable rubygems' bundle install --gemfile ./Gemfile --path REPLACE_BUNDLE_PATH --retry=3 --jobs=3"
+ travis_retry eval "RUBYOPT=$RUBYOPT:' --enable rubygems' bundle install --gemfile ./Gemfile --path REPLACE_BUNDLE_PATH --retry=3 --jobs=3"
9
else
10
travis_retry eval "bundle install --gemfile ./Gemfile --path REPLACE_BUNDLE_PATH --retry=3 --jobs=3"
11
fi
0 commit comments