Update troubleshooting.md

`sudo apt-get install ruby2.0.0-dev` reports _Unable to locate package ruby2.0.0-dev_
This commit is contained in:
5jt 2016-10-25 09:40:56 +02:00 committed by GitHub
parent 81535dc188
commit fcec2a6af9
1 changed files with 1 additions and 1 deletions

View File

@ -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: