-
Notifications
You must be signed in to change notification settings - Fork 357
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump jekyll version to 3.8.5 #565
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
May as well bump to 3.8.2
@pathawks done. I didn't even realize it was out, my bad |
Any word on this? |
lib/github-pages/dependencies.rb
Outdated
@@ -7,7 +7,7 @@ module GitHubPages | |||
class Dependencies | |||
VERSIONS = { | |||
# Jekyll | |||
"jekyll" => "3.7.3", | |||
"jekyll" => "3.8.2", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might as well bump to Jekyll 3.8.3... https://github.com/jekyll/jekyll/releases/tag/v3.8.3
V3.8 of Jekyll brings a few changes that really help speed up build times. It would be great if we could get the latest and greatest on this gem so github pages users can experience those performance increases. |
@parkr is there something holding this up? What can I do to help move this along? |
Its |
Duplicate of #596 |
@parkr can we get this update pushed out before jekyll 4.0 comes out? Just think it will make the upgrade a little more smooth. |
Hooray! |
This is to fix the issue of being unable to use include_relative inside of collections (jekyll issue 6816). This will also fix #555