pybelfast / pybelfast.github.io

The site for the Python Belfast User group
https://www.pybelfast.org
5 stars 5 forks source link

Fix CNAME bug and address issue #16 by upgrading Ruby and gems #18

Closed swmcc closed 1 year ago

swmcc commented 1 year ago

This pull request addresses two separate issues. First, it resolves a bug in the CNAME file where the domain was incorrectly set to wwww.pybelfast.org. The correct domain should be www.pybelfast.org, and this has now been amended.

Secondly, this PR tackles issue #16 which has been open for a while. The changes introduced here include upgrading our Ruby version to 3.1.2 and updating all the relevant gems. While performing these upgrades, I discovered a new bug introduced inadvertently. Which is now reported on ticket #17

The bug specifically pertains to our Sass gems, where we were using the division operator "/" outside of the calc() function. This bug was introduced during the upgrade, and we are actively working to resolve it.

Changes in this PR: