mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
chore: add support for alpine linux
This commit is contained in:
parent
abcb033f60
commit
bb07aa31ea
2 changed files with 4 additions and 1 deletions
|
|
@ -255,6 +255,8 @@ GEM
|
|||
nio4r (2.7.4)
|
||||
nokogiri (1.18.1-x86_64-linux-gnu)
|
||||
racc (~> 1.4)
|
||||
nokogiri (1.18.1-x86_64-linux-musl)
|
||||
racc (~> 1.4)
|
||||
notiffany (0.1.3)
|
||||
nenv (~> 0.1)
|
||||
shellany (~> 0.0)
|
||||
|
|
@ -463,6 +465,7 @@ GEM
|
|||
|
||||
PLATFORMS
|
||||
x86_64-linux
|
||||
x86_64-linux-musl
|
||||
|
||||
DEPENDENCIES
|
||||
activerecord-import
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"name": "app",
|
||||
"description": "School quality framework",
|
||||
"engines": {
|
||||
"node": "18.x"
|
||||
"node": "22.x"
|
||||
},
|
||||
"private": "true",
|
||||
"dependencies": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue