use specific ruby version

This commit is contained in:
Ell 2024-01-03 11:53:25 +01:00
parent 65c8a82f22
commit 3f020542b0

View file

@ -2,7 +2,7 @@ when:
path: "web/**"
steps:
build-web:
image: ruby:latest
image: ruby:3.2.2
commands:
- cd web && bundle && bundle exec jekyll build
preview-web: