From 47a17e2cabdf8391a9ae2de18afac6dd45bb35ce Mon Sep 17 00:00:00 2001 From: Chris Keefe <39198770+ChrisKeefe@users.noreply.github.com> Date: Fri, 14 May 2021 12:10:20 -0700 Subject: [PATCH] ruby-devel required for OpenSuse (#8640) Initially raised in https://github.com/jekyll/jekyll/issues/8118, this patches the installation requirements --- docs/_docs/installation/other-linux.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/_docs/installation/other-linux.md b/docs/_docs/installation/other-linux.md index 83e85c26..b6420afc 100644 --- a/docs/_docs/installation/other-linux.md +++ b/docs/_docs/installation/other-linux.md @@ -47,6 +47,7 @@ sudo pacman -S ruby base-devel ```sh sudo zypper install -t pattern devel_ruby devel_C_C++ +sudo zypper install ruby-devel ``` ### Clear Linux