-
Notifications
You must be signed in to change notification settings - Fork 193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to Ruby 3.2 and latest Jekyll #349
Conversation
@swift-ci please test |
lgtm |
@shahmishal Are you happy with this? OK to merge? |
@swift-ci please test |
@swift-ci test |
@swift-ci please test |
@shahmishal this came up again just now in #475. We should try and get this merged if possible. I just rebased it and did another |
Rebased once more for discussion at tonight's SWWG meeting. |
@swift-ci please test |
@swift-ci please test |
@swift-ci please test |
@@ -85,7 +85,7 @@ | |||
} | |||
} | |||
|
|||
@media only screen and(max-width: 767px) { | |||
@media only screen and (max-width: 767px) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This whitespace is now required by the latest sass parser included with the latest Jekyll. See below for more instances of this.
@swift-ci please test |
@shahmishal over to you! |
Fixes #347
As Tim suggested here, this fixes the site build process when trying to use Ruby 3.2 to build it.
Gemfile
.Dockerfile
updated to use Ruby 3.2 base image and latest Bundler version.