llvm / clangir

A new (MLIR based) high-level IR for clang.
https://clangir.org
Other
312 stars 86 forks source link

[CIR][DOC] Update github-pages gem #603

Closed jopperm closed 2 months ago

jopperm commented 2 months ago

While trying to serve the website locally, I ran into a version incompatibility between the ruby version included in the devcontainer and jekyll 3.9.3, as others have documented here: https://stackoverflow.com/q/7517524. Unfortunately, the jekyll version is locked by the github-pages gem, so this PR is the result of running bundle update to bump everything.