mirror of
https://github.com/jekyll/jekyll.git
synced 2026-04-28 03:01:03 -04:00
Remind user to include gem in the Gemfile on error (#7476)
Merge pull request 7476
This commit is contained in:
@@ -63,6 +63,9 @@ module Jekyll
|
||||
Yikes! It looks like you don't have #{name} or one of its dependencies installed.
|
||||
In order to use Jekyll as currently configured, you'll need to install this gem.
|
||||
|
||||
If you've run Jekyll with `bundle exec`, ensure that you have included the #{name}
|
||||
gem in your Gemfile as well.
|
||||
|
||||
The full error message from Ruby is: '#{e.message}'
|
||||
|
||||
If you run into trouble, you can find helpful resources at https://jekyllrb.com/help/!
|
||||
|
||||
Reference in New Issue
Block a user