From a7acaa8c6188a7f5110dcd889f70304a38f02ceb Mon Sep 17 00:00:00 2001 From: Jesper Hess Nielsen Date: Sun, 1 Mar 2020 20:07:19 +0100 Subject: [PATCH] Update bundler --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 94d9cd3..16eda10 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,6 +7,7 @@ steps: commands: - gem install jekyll - bundle install + - bundle update --bundler - bundle exec jekyll build --trace - name: docker