Skip to content

[Bug] Dependency issue with Ruby 3.4+ (missing erb gem) #46

@this-is-varunxyz

Description

@this-is-varunxyz

While setting up the local development environment on a system with a recent Ruby version (e.g., Ruby 3.4+), the build fails with a LoadError.

The cause is that erb is now a 'default gem' and is no longer part of Ruby's bundled standard library. It must be explicitly included as a dependency for projects using Bundler.

Adding gem 'erb' to the Gemfile resolves the issue.

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions