Home Fix Gemfile error diffrent versions of rouge
Post
Cancel

Fix Gemfile error diffrent versions of rouge

When trying to check jekyll version I got the following Gem::LoadError

You have already activated rouge 3.27.0, but your Gemfile requires rouge 3.26.0. Prepending bundle exec to your command may solve this. (Gem::LoadError)

You solve the issue by clearing bundle

1
   bundle clean --force
This post is licensed under CC BY 4.0 by the author.