Update install.md

updae the  version of ruby in the setup documentation to match the version that is currenly in use this is especially important because if you use the old version you run into errors
This commit is contained in:
person1234-ux 2023-03-04 15:27:19 -07:00 committed by GitHub
parent b458498d25
commit 8ed6010451
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.4
rbenv global 3.0.4
RUBY_CONFIGURE_OPTS=--with-jemalloc rbenv install 3.2.1
rbenv global 3.2.1
```
Well also need to install bundler: