Update installation.md to Ruby 2.6.1 to fix https://github.com/tootsuite/mastodon/issues/10105

This commit is contained in:
Mathias B 2019-02-24 20:09:09 +01:00
parent 724af3bdc7
commit 44d7c9a4e9
1 changed files with 2 additions and 2 deletions

View File

@ -181,8 +181,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:
```sh
RUBY_CONFIGURE_OPTS=--with-jemalloc rbenv install 2.6.0
rbenv global 2.6.0
RUBY_CONFIGURE_OPTS=--with-jemalloc rbenv install 2.6.1
rbenv global 2.6.1
```
Default gem version shipped with ruby_2.6.0 is incompatible with latest bundler, so we need to update gem: