From 132825262f7fc2e29fda82fa52786214e85a1e33 Mon Sep 17 00:00:00 2001 From: meyric Date: Fri, 31 Jan 2025 20:36:19 +0000 Subject: [PATCH 1/2] Update for Darwin 24 Mac OS 15 support in the Gemfile.lock. --- Gemfile.lock | 1 + 1 file changed, 1 insertion(+) diff --git a/Gemfile.lock b/Gemfile.lock index bbda716..6704a8b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -199,6 +199,7 @@ PLATFORMS arm64-darwin-20 arm64-darwin-21 arm64-darwin-22 + arm64-darwin-24 x86_64-darwin-20 x86_64-darwin-21 x86_64-linux From 2844820884ee67be871f75dabe8994604273d253 Mon Sep 17 00:00:00 2001 From: meyric Date: Fri, 31 Jan 2025 20:36:58 +0000 Subject: [PATCH 2/2] Fix typo in install task description We are installing CSS dependencies. --- lib/tasks/cssbundling/build.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tasks/cssbundling/build.rake b/lib/tasks/cssbundling/build.rake index 8410147..277c26d 100644 --- a/lib/tasks/cssbundling/build.rake +++ b/lib/tasks/cssbundling/build.rake @@ -1,5 +1,5 @@ namespace :css do - desc "Install JavaScript dependencies" + desc "Install CSS dependencies" task :install do command = Cssbundling::Tasks.install_command unless system(command)