From c7053ca868d874edafbb17638d33f103b31b3c5b Mon Sep 17 00:00:00 2001 From: Peter Bajurny Date: Tue, 12 May 2020 23:47:15 -0500 Subject: [PATCH] Add additional requirements for Ubuntu in WSL I just ran through this and I needed to install these two additional packages in order to successfully run `gem update` so adding them to the install line --- docs/_docs/installation/windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/installation/windows.md b/docs/_docs/installation/windows.md index f3a5160b0d3..1a2d6a34602 100644 --- a/docs/_docs/installation/windows.md +++ b/docs/_docs/installation/windows.md @@ -56,7 +56,7 @@ which hosts optimized versions of Ruby for Ubuntu. ```sh sudo apt-add-repository ppa:brightbox/ruby-ng sudo apt-get update -sudo apt-get install ruby2.5 ruby2.5-dev build-essential dh-autoreconf +sudo apt-get install ruby2.5 ruby2.5-dev build-essential dh-autoreconf zlib1g-dev libgdbm-dev ``` Next let's update our Ruby gems: