mirror of
https://github.com/mastodon/documentation
synced 2025-04-11 22:56:17 +02:00
Merge branch 'patch-1' into 'master'
Update installation.md to Ruby 2.6.1 to fix https://github.com/tootsuite/mastodon/issues/10105 See merge request mastodon/docs!27
This commit is contained in:
commit
6ea5528824
@ -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:
|
Once this is done, we can install the correct Ruby version:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
RUBY_CONFIGURE_OPTS=--with-jemalloc rbenv install 2.6.0
|
RUBY_CONFIGURE_OPTS=--with-jemalloc rbenv install 2.6.1
|
||||||
rbenv global 2.6.0
|
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:
|
Default gem version shipped with ruby_2.6.0 is incompatible with latest bundler, so we need to update gem:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user