1
0
mirror of https://github.com/mastodon/documentation synced 2025-04-11 22:56:17 +02:00

Revert "Update, we need to install Ruby 2.7.2 (#829)" (#830)

This reverts commit dbf078733fc579e14fce00bde5228870faf03d83.
This commit is contained in:
Eugen Rochko 2020-11-30 23:02:07 +01:00 committed by GitHub
parent dbf078733f
commit 84ac3d711c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,8 +73,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 2.7.2
rbenv global 2.7.2
RUBY_CONFIGURE_OPTS=--with-jemalloc rbenv install 2.6.6
rbenv global 2.6.6
```
Well also need to install bundler: