ci: set the bundler version to 2.4.22

This commit is contained in:
Stéphane Cerveau 2023-12-19 11:20:56 +01:00
parent f4019fd2af
commit 6ca3059914

View file

@ -274,7 +274,7 @@ pages:
image: ruby:2.7
stage: deploy
script:
- gem install bundler
- gem install bundler -v 2.4.22
- bundle install
- bundle exec jekyll build -d public
artifacts: