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:
Corrected the CNAME file to point to www.pybelfast.org
Upgraded Ruby version to 3.1.2
Updated the gems to their latest versions
Identified and reported a new bug related to the Sass gems
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: