Remind user to include gem in the Gemfile on error (#7476)
Merge pull request 7476
This commit is contained in:
parent
0e761fd4ef
commit
1a01f95a12
|
@ -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/!
|
||||
|
|
Loading…
Reference in New Issue