From f4fad83bc814e861082f50fafc93c3b2b3634a91 Mon Sep 17 00:00:00 2001 From: n8fr8 Date: Fri, 17 Sep 2021 12:40:51 -0400 Subject: [PATCH] update ruby to 2.4 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d1ccd82..fee7242 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: ruby:2.3 +image: ruby:2.4 variables: JEKYLL_ENV: production