Skip to content

Conversation

@this-is-varunxyz
Copy link

Problem #46

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.

@welcome
Copy link

welcome bot commented Oct 20, 2025

Thanks for opening your first pull request here 🚀! If you have any questions, feel free to mention one of the conveners, previous contributors, or attend our weekly meeting (see
our homepage). Also, sometimes PRs go unnoticed, so don't hesitate to @mention some of us, if we do not come back to you within a few days.

@this-is-varunxyz
Copy link
Author

@eduardo-rodrigues

@eduardo-rodrigues
Copy link
Member

Thank you @this-is-varunxyz. I requested review from the group conveners.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants