From 04e1138cfddf1140f27c4332f6d658d51051589d Mon Sep 17 00:00:00 2001 From: Stuart Brown Date: Sat, 24 Feb 2024 05:51:42 +0000 Subject: [PATCH] fix bundle install command --- .gitpod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitpod.yml b/.gitpod.yml index 4c75b96..a45635d 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,6 +1,6 @@ tasks: - init: > - gem install + bundle install command: bundle exec jekyll serve ports: