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