change to point at ruby 3.2.1 per .ruby-version

cf https://github.com/mastodon/mastodon/blob/main/.ruby-version
This commit is contained in:
Sai 2023-03-30 13:39:04 +01:00 committed by GitHub
parent 46cbbc6d73
commit ca06419d60
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: