Closed jtc1246 closed 8 months ago
Hi @jtc1246! I ran into a similar issue yesterday with CI jobs in this repo, and fixed it with https://github.com/eecs485staff/primer-spec/commit/61d45ac4aa1a07621618e5e15a38399f141fb586.
I wonder if your issue can be fixed by modifying your repo’s Gemfile by adding the line:
gem 'jekyll-github-metadata', '2.13'
And then run bundle update
. That should fix your bundle exec jekyll serve
command.
I’ll spend some time later to figure out if I can manage Ruby dependencies for all course repos from this repo directly.
solved, thanks
Just to update, this can be fixed by modifying the Gemfile
line for github-pages
:
gem 'github-pages', '228'
I'll update the instructions on the "preview locally" docs.
I followed the steps in "Previewing locally". But I encountered this problem when running "bundle exec jekyll serve". How can I solve this? I am using macos and ruby 3.1.0.