Closed MaximeKjaer closed 4 years ago
This PR adds support for Jekyll 4.0 by doing the following:
Remove gemspec has_rdoc to remove the following deprecation warning when doing bundle install
has_rdoc
bundle install
NOTE: Gem::Specification#has_rdoc= is deprecated with no replacement. It will be removed on or after 2018-12-01.
I have built my site on Jekyll 4.0 using this fork, so I've tested that things work smoothly (the build passes).
@MaximeKjaer Thank you 🥇. I will test and release a new major soon.
This PR adds support for Jekyll 4.0 by doing the following:
Remove gemspec
has_rdoc
to remove the following deprecation warning when doingbundle install
I have built my site on Jekyll 4.0 using this fork, so I've tested that things work smoothly (the build passes).