diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-01-21 13:10:59 -0800 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-01-21 13:10:59 -0800 |
commit | 9fbeef8424592342f29bad37500042405f29fa87 (patch) | |
tree | 7a3a669e3252ebe46e09aa5243f257b23c2763e8 /docs | |
parent | 5f2d7a6ec89bfb56ae335e0d9b9da8626aae804e (diff) | |
download | chef-9fbeef8424592342f29bad37500042405f29fa87.tar.gz |
Fix another part of the docs for Ruby 2.6+
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/dev/how_to/building_and_installing.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/how_to/building_and_installing.md b/docs/dev/how_to/building_and_installing.md index 9de9922108..2a40bb0e54 100644 --- a/docs/dev/how_to/building_and_installing.md +++ b/docs/dev/how_to/building_and_installing.md @@ -15,7 +15,7 @@ We do not recommend for end users to install Chef from gems or build from source - git - C compiler, header files, etc. -- Ruby 2.5 or later +- Ruby 2.6 or later - Bundler gem **NOTE:** Chef supports a large number of platforms, and there are many different ways to manage Ruby installs on each of those platforms. We assume you will install Ruby in a way appropriate for your development platform, but do not provide instructions for setting up Ruby. |