From 551f329ca40fa39ac4bfba5b24018765bc95106c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20S=C4=99d=C5=82ak-Jakubowski?= Date: Thu, 5 Mar 2026 18:04:36 +0100 Subject: [PATCH] Update Fedora installation command to include rake Add missing dependency for Fedora. Tested on Fedora 43. --- docs/documenting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/documenting.md b/docs/documenting.md index 0fb7700d628..bab818a3d42 100644 --- a/docs/documenting.md +++ b/docs/documenting.md @@ -34,7 +34,7 @@ To test your changes locally, you need to install **Ruby** and its dependencies - Shortcut for Fedora: ```shell - sudo dnf -y install gcc-c++ ruby ruby-devel rubygem-bundler rubygem-json && bundle + sudo dnf -y install gcc-c++ ruby ruby-devel rubygem-bundler rubygem-json rubygem-rake && bundle ``` - Shortcut for Debian/Ubuntu: