Install Ruby 3.2.3 from rbenv (#1394)

This commit is contained in:
Michael Stanclift 2024-01-24 11:40:58 -06:00 committed by GitHub
parent 285f356e8c
commit 65d67e1e41
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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.2.2
rbenv global 3.2.2
RUBY_CONFIGURE_OPTS=--with-jemalloc rbenv install 3.2.3
rbenv global 3.2.3
```
Well also need to install the bundler: