illinois-cs241.github.io
illinois-cs241.github.io copied to clipboard
New version of jekyll (3.9.2) produced dependency conflicts
We've tested your project with an updated dependency and got errors while installing the dependencies.
This version is either within the version range you specified or you haven't specified a version/range. To be able to test your project with the new version, we've taken the liberty of pinning the version for this branch and pull request.
name | version specification | new version |
---|---|---|
jekyll | 3.9.2 |
Unfortunately, the build failed while installing dependencies. This means that while the new version is within the specified range, a version conflict between two or more packages will prohibit this version from being installed.
As this breaks fresh installs of your package, we've left this pull request open for you to investigate.
What changed?
✳️ jekyll ( → 3.9.2) · Repo · Changelog
Release Notes
3.9.2
Bug Fixes
- Lock
http_parser.rb
gem tov0.6.x
on JRuby (#8943)- Backport #8756 for v3.9.x: Respect collections_dir config within include tag (#8795)
- Backport #8965 for v3.9.x: Fix response header for content served via
jekyll serve
(#8976)Development Fixes
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 17 commits:
Merge pull request #9012 from jekyll/3-9-2
3.9.2 release post: fix time and mention adding webrick to gemfile
Release Jekyll v3.9.2
Update history to reflect merge of #8976 [ci skip]
Merge pull request #8976 from jekyll/3.9-stable-backport-8965
Fix response header for content served via `jekyll serve` (#8965)
Bypass corrupted bundle-cache
Update history to reflect merge of #8942 [ci skip]
Update and fix CI for `3.9-stable` on Ruby 3.x (#8942)
Update history to reflect merge of #8943 [ci skip]
Lock `http_parser.rb` gem to `v0.6.x` on JRuby (#8943)
Update history to reflect merge of #8795 [ci skip]
Merge pull request #8795 from ashmaroli/3.9-stable-backport-8756
Backport #8756 to 3.9-stable
Update History.markdown [ci skip]
Merge pull request #8788 from ashmaroli/ci-for-3.9-stable
Fix CI for commits to `3.9-stable` branch
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase
.
All Depfu comment commands
- @depfu rebase
- Rebases against your default branch and redoes this update
- @depfu recreate
- Recreates this PR, overwriting any edits that you've made to it
- @depfu merge
- Merges this PR once your tests are passing and conflicts are resolved
- @depfu close
- Closes this PR and deletes the branch
- @depfu reopen
- Restores the branch and reopens this PR (if it's closed)
- @depfu pause
- Ignores all future updates for this dependency and closes this PR
- @depfu pause [minor|major]
- Ignores all future minor/major updates for this dependency and closes this PR
- @depfu resume
- Future versions of this dependency will create PRs again (leaves this PR as is)