From a8ea0a1c024cef89496bc2c83f091e59e7581690 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 2 Oct 2024 19:09:10 +0200 Subject: [PATCH] 2024.10: Process review comments --- Gemfile.lock | 5 ++--- source/_posts/2024-10-02-release-202410.markdown | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 2d8f300001a..49149d73d41 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -134,10 +134,9 @@ GEM ruby2_keywords (0.0.5) safe_yaml (1.0.5) sass (3.4.25) - sass-embedded (1.79.4-arm64-darwin) - google-protobuf (~> 4.27) - sass-embedded (1.79.4-x86_64-linux-gnu) + sass-embedded (1.79.4) google-protobuf (~> 4.27) + rake (>= 13) sass-globbing (1.1.5) sass (>= 3.1) sassc (2.1.0) diff --git a/source/_posts/2024-10-02-release-202410.markdown b/source/_posts/2024-10-02-release-202410.markdown index 5ab556239a3..3b39a8b613f 100644 --- a/source/_posts/2024-10-02-release-202410.markdown +++ b/source/_posts/2024-10-02-release-202410.markdown @@ -133,7 +133,7 @@ definitions, and `actions` with multiple `action` definitions. Here is a small example of an automation highlighting these changes.

-Screenshots; left showing the old automation YAML style, on the right shows the new style. The differences between them have been highlighted. +Screenshots; left showing the old automation YAML style, right showing the new style. The differences between them have been highlighted. The 2024.9 release on the left and this 2024.10 release on the right.