Changed "bundle install" to "gem install bundler"

This commit is contained in:
2019-07-10 18:15:15 +00:00
parent 3e7f3221bd
commit 0b34485e34

View File

@ -5,9 +5,8 @@ stages:
before_script:
- apt-get update -qq && apt-get install -y -qq libcurl4-openssl-dev lftp
- bundle install
- gem install bundler
- gem install jekyll
- gem install jekyll-theme-minima
deploy_script:
stage: deploy