diff --git a/docs/_docs/troubleshooting.md b/docs/_docs/troubleshooting.md index 8fb66942..48163fdc 100644 --- a/docs/_docs/troubleshooting.md +++ b/docs/_docs/troubleshooting.md @@ -17,7 +17,7 @@ that might be of help. If the problem you’re experiencing isn’t covered belo ## Installation Problems If you encounter errors during gem installation, you may need to install -the header files for compiling extension modules for Ruby 2.0.0. This +the header files for compiling extension modules for Ruby 2.x This can be done on Ubuntu or Debian by running: ```sh diff --git a/docs/_docs/upgrading/2-to-3.md b/docs/_docs/upgrading/2-to-3.md index a378d2f7..2b1b1357 100644 --- a/docs/_docs/upgrading/2-to-3.md +++ b/docs/_docs/upgrading/2-to-3.md @@ -12,7 +12,7 @@ Before we dive in, go ahead and fetch the latest version of Jekyll: $ gem update jekyll ``` -Please note: Jekyll 3 requires Ruby version >= 2.0.0. +Please note: Jekyll 3.2 requires Ruby version >= 2.1
Diving in