Use newer version of ruby

Tento commit je obsažen v:
2020-03-13 10:13:50 -04:00
rodič 00c8f025bb
revize f30dd6cc81
2 změnil soubory, kde provedl 4 přidání a 4 odebrání

Zobrazit soubor

@@ -55,8 +55,8 @@ for site in *.*/; do
chmod g+s "$deploy_dir"
fi
pushd "${site}" || exit $?
bundle install --deployment
bundle exec jekyll build --destination "$deploy_dir"
ruby -S bundle install --deployment
ruby -S bundle exec jekyll build --destination "$deploy_dir"
popd || exit $?
done

Zobrazit soubor

@@ -23,8 +23,8 @@ for site in *.*/; do
chmod g+s "$deploy_dir"
fi
pushd "${site}" || exit $?
bundle install --deployment
bundle exec jekyll build --destination "$deploy_dir"
ruby -S bundle install --deployment
ruby -S bundle exec jekyll build --destination "$deploy_dir"
popd || exit $?
done