fix: github workflow tooling installation and dev docs (#6)

* Initial plan

* Add gem installation to setup process with Ruby compatibility fixes

Co-authored-by: ivuorinen <11024+ivuorinen@users.noreply.github.com>

* Complete gem installation setup with improved documentation

Co-authored-by: ivuorinen <11024+ivuorinen@users.noreply.github.com>

* Update GitHub workflows to use new make setup and build targets

Co-authored-by: ivuorinen <11024+ivuorinen@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: ivuorinen <11024+ivuorinen@users.noreply.github.com>
This commit is contained in:
Copilot
2025-09-25 17:37:04 +03:00
committed by GitHub
parent 972d09ea0f
commit a7e987ba2e
8 changed files with 80 additions and 26 deletions

View File

@@ -2,7 +2,7 @@
source "https://rubygems.org"
ruby "3.4.6"
ruby ">= 3.0.0"
gem "cssminify2", "~> 2.0"
gem "json", "~> 2.7"