From 69501dcbf7ee3cb68da339d24db0fc0acb32adc0 Mon Sep 17 00:00:00 2001 From: om Date: Sat, 10 Feb 2024 17:45:10 +0000 Subject: [PATCH] steal more version numbers from cryptohagen --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index b09aa59..edeefa0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,7 @@ steps: - name: build image: ruby commands: - - gem install bundler + - gem install bundler:2.2.22 - bundle install - bundle exec jekyll build