From f8b95eebb229c8afb301257ab8c214c430ef448b Mon Sep 17 00:00:00 2001 From: nelson Date: Fri, 31 Jan 2025 08:52:59 -0800 Subject: [PATCH] chore: add support for alpine linux --- Gemfile.lock | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index a2b61522..7ba2e279 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -268,6 +268,8 @@ GEM nio4r (2.7.4) nokogiri (1.18.2-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) @@ -492,6 +494,7 @@ GEM PLATFORMS x86_64-linux + x86_64-linux-musl DEPENDENCIES activerecord-import diff --git a/package.json b/package.json index 77d43793..c96536de 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "app", "description": "School quality framework", "engines": { - "node": "18.x" + "node": "22.x" }, "private": "true", "dependencies": {