Skip to content
Snippets Groups Projects
Commit 5be26dd5 authored by Séamus O'Sullivan's avatar Séamus O'Sullivan
Browse files

Stop explicitly installing bundler.

Use version of bundler included with Ruby docker image, rather than
installing a specific version.
parent 8f242b45
No related branches found
No related tags found
1 merge request!28Update Jekyll setup
image: ruby:3.3 image: ruby:3.3
before_script:
- gem install bundler:2.3.26
pages: pages:
script: script:
- bundle _2.3.26_ install - bundle install
- bundle exec jekyll build -d public - bundle exec jekyll build -d public
tags: tags:
- docker - docker
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment