From 5a35a0113e87ff41c4cf1bc3b1e9c56b3fa3d21b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20L=C3=B3pez-Contreras?= Date: Wed, 4 Dec 2024 13:16:28 +0000 Subject: [PATCH] Modify gitpod.yml --- .gitpod.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitpod.yml b/.gitpod.yml index 7789c018a0..d78b72517b 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -10,3 +10,9 @@ tasks: - init: | elan self update lake exe cache get + sudo apt-get update + sudo apt install ruby ruby-dev -y + cd website + sudo gem install bundler + bundle install + cd ..