abemedia / jekyll-pdf

Create PDFs from Jekyll pages & documents.
http://abemedia.co.uk/jekyll-pdf/
GNU General Public License v3.0
104 stars 35 forks source link

jekyll-pdf-0.1.7 dependecies does not include digest (~> 0) #23

Closed harsh183 closed 5 years ago

harsh183 commented 5 years ago

When running bundle with ruby 2.6.1 and no other non jekyll starter gems installed.

Fetching jekyll-pdf 0.1.7
Downloading jekyll-pdf-0.1.7 revealed dependencies not in the API or the lockfile (digest (~> 0)).
Either installing with `--full-index` or running `bundle update jekyll-pdf` should fix the problem.
harsh183 commented 5 years ago

However, adding gem "digest" did not fix the problem either, both bundle install and gem install

Could not find gem 'digest' in any of the gem sources listed in your Gemfile.

Seems to be an open issue with the digest gem: https://github.com/ruby/digest/issues/9

harsh183 commented 5 years ago

Nevermind, fixed by https://github.com/abeMedia/jekyll-pdf/pull/21 - but not merged yet.