Error ruby

Resolve Error: Ignoring redcarpet-3.4.0 because its extensions are not built.

Introduces how to handle the error 'Ignoring redcarpet-3.4.0 because its extensions are not built.' in Jekyll, a static blog site generation framework in the Ruby programming language. <code>gem install</code> It seems you need to do not only bundle install but also gem install...

Shou Arisaka
1 min read
Oct 16, 2025

Introduces how to handle the error: Ignoring redcarpet-3.4.0 because its extensions are not built. in Jekyll, a static blog site generation framework in the Ruby programming language.

This error appears if you haven’t run gem install redcarpet. It seems you need to do not only bundle install but also gem install.

Share this article

Shou Arisaka Oct 16, 2025

🔗 Copy Links