-
-
Notifications
You must be signed in to change notification settings - Fork 238
Dependency Upgrades #794
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
Dependency Upgrades #794
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.
Pull Request Overview
This PR contains dependency upgrades and modernization updates to bring the project up to date with newer versions of Jekyll, Ruby, and related dependencies.
- Updated Jekyll from version 3.8.6 to 4.2.2 and Ruby from 2.6.10 to 3.1
- Modernized Docker Compose configuration by removing deprecated version specification
- Improved 404 error page layout and added new SETUP.md documentation
Reviewed Changes
Copilot reviewed 7 out of 8 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| docker-compose.yml | Updated Jekyll image version and removed deprecated version field |
| Gemfile | Upgraded Jekyll, github-pages versions and removed nokogiri dependency |
| .circleci/config.yml | Updated Ruby image and Bundler versions |
| 404.html | Restructured page layout and updated Font Awesome references |
| SETUP.md | Added new local development setup documentation |
| subscribe.html | Updated last modified date and reformatted text |
| sponsorships.md | Updated last modified date |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Conference/Workshop Details
None
Checklist
_data/current.ymlor_data/past.yml):or;or'), the name must be in quotes (")Additional context
Lots of dependency upgrades. Should also probably move away from CircleCI and just use GitHub Actions.