Skip to content

Commit bf3e1f7

Browse files
committed
gitlab-ci: use ruby 3.2 and latest jekyll
ruby 3.3 fails to build due to google-protobuf dependencies that cannot be resolved with ruby 3.3: An error occurred while installing google-protobuf (3.25.2), and Bundler cannot continue. In Gemfile: jekyll was resolved to 4.3.2, which depends on jekyll-sass-converter was resolved to 3.0.0, which depends on sass-embedded was resolved to 1.70.0, which depends on google-protobuf Related-to: https://github.com/orgs/community/discussions/82935
1 parent fa8cc13 commit bf3e1f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
default:
2-
image: ruby@sha256:39d33ab3b46dbfd84609871cf56364d36ba2d9b12731f6bc2fc04afd5274b9d8
2+
image: ruby:3.2
33
cache:
44
paths:
55
- vendor/ruby
66
before_script:
77
- bundle init
88
- bundle config set path vendor/ruby
9-
- bundle add jekyll --version 4.3.2
9+
- bundle add jekyll
1010
- bundle install
1111

1212
stages:

0 commit comments

Comments
 (0)