Install bundler 2.2.5

This commit is contained in:
Jonah Aragon 2021-01-15 18:34:20 -06:00
parent 81efc68056
commit 583ea9acbc
No known key found for this signature in database
GPG Key ID: 6A957C9A9A9429F7

View File

@ -2,6 +2,7 @@ export BUILD_DATE=$(TZ=UTC date "+%Y-%m-%d")
export BUILD_TIME=$(TZ=UTC date "+%H:%M:%S %Z") export BUILD_TIME=$(TZ=UTC date "+%H:%M:%S %Z")
npm install npm install
gem install bundler:2.2.5
bundle install bundle install
sed -i "s/^ date:.*$/ date: $BUILD_DATE/" _config.yml sed -i "s/^ date:.*$/ date: $BUILD_DATE/" _config.yml