Skip to content

Conversation

@turegjorup
Copy link
Collaborator

@turegjorup turegjorup commented Nov 10, 2025

According to Claude Coding Agent the error in the github actions builds is a known error

NameError: uninitialized constant JSON::Fragment

This is a known compatibility issue between newer versions of sass-embedded and Ruby 3.1. The problem occurs during the native extension build process.
To fix this, you need to either:
Downgrade sass-embedded (recommended quick fix)
Upgrade Ruby version to 3.2 or higher

This PR updates the ruby version used to 3.3 to resolve the issue (#11).

@ds-bellcom ds-bellcom merged commit 723c45e into OS2Forms:main Nov 10, 2025
1 check passed
@turegjorup turegjorup deleted the hotfix/github-actions-build-error branch November 10, 2025 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants