mirror of
https://github.com/mastodon/documentation
synced 2025-04-11 22:56:17 +02:00
Update ruby version in admin install docs (#1341)
This commit is contained in:
parent
f96af9009d
commit
e1b2a6b150
@ -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:
|
Once this is done, we can install the correct Ruby version:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
RUBY_CONFIGURE_OPTS=--with-jemalloc rbenv install 3.0.6
|
RUBY_CONFIGURE_OPTS=--with-jemalloc rbenv install 3.2.2
|
||||||
rbenv global 3.0.6
|
rbenv global 3.2.2
|
||||||
```
|
```
|
||||||
|
|
||||||
We’ll also need to install bundler:
|
We’ll also need to install bundler:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user