Skip to content

docs: add csv/base64/bigdecimal gems so Jekyll runs on Ruby 3.4 - #5708

Open
awwaiid wants to merge 1 commit into
mainfrom
guide/01-docs-jekyll-ruby34
Open

docs: add csv/base64/bigdecimal gems so Jekyll runs on Ruby 3.4#5708
awwaiid wants to merge 1 commit into
mainfrom
guide/01-docs-jekyll-ruby34

Conversation

@awwaiid

@awwaiid awwaiid commented Sep 5, 2026

Copy link
Copy Markdown
Collaborator

On Ruby 3.4, bundle exec jekyll serve in docs/ fails with cannot load such file -- csv because csv, base64 and bigdecimal are no longer default gems. This adds them to the docs Gemfile so the user guide can be previewed locally.

Verified the index page, a guide page, a relative .md link and an image all serve from http://localhost:4000.

🤖 Generated with Claude Code

https://claude.ai/code/session_01LMAt57FU2qBq45yR7YCsEZ

Ruby 3.4 stopped bundling these as default gems, so 'bundle exec jekyll
serve' in docs/ failed with 'cannot load such file -- csv'.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01LMAt57FU2qBq45yR7YCsEZ
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant