Skip to content

Conversation

this-is-varunxyz
Copy link
Contributor

Problem #1767

When running (bundle exec jekyll serve) with Ruby 3.4.5 on Arch Linux, Jekyll fails with:

cannot load such file -- erb (LoadError)

Solution

Added (gem 'erb') to the Gemfile to explicitly declare the dependency.

While erb is a default gem in Ruby 3.4+, explicitly declaring it in the Gemfile ensures Jekyll can properly load it across different Ruby installations and environments.

Copy link

netlify bot commented Oct 16, 2025

Deploy Preview for earnest-hotteok-b1e1bf ready!

Name Link
🔨 Latest commit 4c1d7f6
🔍 Latest deploy log https://app.netlify.com/projects/earnest-hotteok-b1e1bf/deploys/68f0e0f22193f800082c5a03
😎 Deploy Preview https://deploy-preview-1769--earnest-hotteok-b1e1bf.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.

@eduardo-rodrigues eduardo-rodrigues added the dependencies Pull requests that update a dependency file label Oct 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants