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

Pin Ruby 3.3.

Use Ruby 3.3 as default, and remove csv and base64 from Gemfile, as
these should be dependencies of just-the-docs, rather than our site.
Build failure is fixed in main branch of JTD, as of a few hours ago.
parent a3b1d1ff
No related branches found
No related tags found
1 merge request!28Update Jekyll setup
image: ruby image: ruby:3.3
before_script: before_script:
- gem install bundler:2.3.26 - gem install bundler:2.3.26
......
...@@ -2,5 +2,3 @@ source "https://rubygems.org" ...@@ -2,5 +2,3 @@ source "https://rubygems.org"
gemspec gemspec
gem "webrick", "~> 1.7" gem "webrick", "~> 1.7"
gem "csv"
gem "base64"
\ No newline at end of file
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