From 97c28f54956f582d80e4733a1914cf71af015953 Mon Sep 17 00:00:00 2001 From: Dan Friedman Date: Mon, 21 May 2018 01:45:03 -0500 Subject: [PATCH] Updated to supported version (#7031) Merge pull request 7031 --- docs/_docs/windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/windows.md b/docs/_docs/windows.md index 63a52a15..e4835a98 100644 --- a/docs/_docs/windows.md +++ b/docs/_docs/windows.md @@ -89,7 +89,7 @@ Now we can install Ruby. To do this we will use a repository from [BrightBox](ht ```sh sudo apt-add-repository ppa:brightbox/ruby-ng sudo apt-get update -sudo apt-get install ruby2.3 ruby2.3-dev build-essential dh-autoreconf +sudo apt-get install ruby2.4 ruby2.4-dev build-essential dh-autoreconf ``` Next let's update our Ruby gems: