From fcec2a6af93d28a3545f9bceb14823d7ee024154 Mon Sep 17 00:00:00 2001 From: 5jt Date: Tue, 25 Oct 2016 09:40:56 +0200 Subject: [PATCH] Update troubleshooting.md `sudo apt-get install ruby2.0.0-dev` reports _Unable to locate package ruby2.0.0-dev_ --- site/_docs/troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/_docs/troubleshooting.md b/site/_docs/troubleshooting.md index 5a53a9eb..191953ec 100644 --- a/site/_docs/troubleshooting.md +++ b/site/_docs/troubleshooting.md @@ -22,7 +22,7 @@ the header files for compiling extension modules for Ruby 2.0.0. This can be done on Ubuntu or Debian by running: ```sh -sudo apt-get install ruby2.0.0-dev +sudo apt-get install ruby2.3-dev ``` On Red Hat, CentOS, and Fedora systems you can do this by running: