Remind user to include gem in the Gemfile on error (#7476)

Merge pull request 7476
This commit is contained in:
Ashwin Maroli 2019-01-14 21:38:17 +05:30 committed by jekyllbot
parent 0e761fd4ef
commit 1a01f95a12
1 changed files with 3 additions and 0 deletions

View File

@ -63,6 +63,9 @@ module Jekyll
Yikes! It looks like you don't have #{name} or one of its dependencies installed. 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. 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}' The full error message from Ruby is: '#{e.message}'
If you run into trouble, you can find helpful resources at https://jekyllrb.com/help/! If you run into trouble, you can find helpful resources at https://jekyllrb.com/help/!