Update ruby version in admin install docs

This commit is contained in:
Travis Briggs 2023-11-20 11:57:11 -08:00
parent 1d15e379a4
commit 3639a272ae
1 changed files with 2 additions and 2 deletions

View File

@ -84,8 +84,8 @@ git clone https://github.com/rbenv/ruby-build.git ~/.rbenv/plugins/ruby-build
Once this is done, we can install the correct Ruby version:
```bash
RUBY_CONFIGURE_OPTS=--with-jemalloc rbenv install 3.0.6
rbenv global 3.0.6
RUBY_CONFIGURE_OPTS=--with-jemalloc rbenv install 3.2.2
rbenv global 3.2.2
```
Well also need to install bundler: