Skip to content

Conversation

ebembi-crdb
Copy link
Contributor

Adds explicit dependencies for gems removed from Ruby 3.4+ default bundle:

  • csv: Required by Jekyll but no longer in default gems
  • logger: Generates warnings in Jekyll 4.3.4
  • base64: Standard library gem needed for encoding
  • bigdecimal: Required for decimal operations
  • mutex_m: Mutex operations support

Resolves Jekyll startup error and eliminates warnings when running bundle exec jekyll serve on Ruby 3.4+.

Adds explicit dependencies for gems removed from Ruby 3.4+ default bundle:
- csv: Required by Jekyll but no longer in default gems
- logger: Generates warnings in Jekyll 4.3.4
- base64: Standard library gem needed for encoding
- bigdecimal: Required for decimal operations
- mutex_m: Mutex operations support

Resolves Jekyll startup error and eliminates warnings when running
bundle exec jekyll serve on Ruby 3.4+.
@ebembi-crdb ebembi-crdb requested a review from a team as a code owner September 24, 2025 10:52
Copy link

netlify bot commented Sep 24, 2025

Deploy Preview for cockroachdb-interactivetutorials-docs canceled.

Name Link
🔨 Latest commit 8debee3
🔍 Latest deploy log https://app.netlify.com/projects/cockroachdb-interactivetutorials-docs/deploys/68d3cd72441bd90008d1fb2a

Copy link

netlify bot commented Sep 24, 2025

Deploy Preview for cockroachdb-api-docs canceled.

Name Link
🔨 Latest commit 8debee3
🔍 Latest deploy log https://app.netlify.com/projects/cockroachdb-api-docs/deploys/68d3cd7230f6fa0008d8087a

Copy link

Files changed:

  • src/current/Gemfile

Copy link

netlify bot commented Sep 24, 2025

Netlify Preview

Name Link
🔨 Latest commit 8debee3
🔍 Latest deploy log https://app.netlify.com/projects/cockroachdb-docs/deploys/68d3cd723668610008fcd982
😎 Deploy Preview https://deploy-preview-20422--cockroachdb-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

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