From ceee933bf6dadafb356703a9fb657afda492384e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reynir=20Bj=C3=B6rnsson?= Date: Thu, 10 Dec 2020 14:47:52 +0100 Subject: [PATCH] Revert "Specify specific version of bundler in .drone.yml" This reverts commit 2d358b47b7634213e7e3ba29567a69fc899e5401. I don't think it's relevant after the Gemfile.lock update? --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index e72146f..9a18e36 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,7 @@ steps: - name: build image: ruby commands: - - gem install bundler:1.17.3 + - gem install bundler - bundle install - bundle exec jekyll build