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 compatible with bundler 2 See merge request mastodon/docs!12
This commit is contained in:
commit
b8eb3b2daf
@ -185,10 +185,16 @@ RUBY_CONFIGURE_OPTS=--with-jemalloc rbenv install 2.5.3
|
|||||||
rbenv global 2.5.3
|
rbenv global 2.5.3
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Default gem version shipped with ruby_2.5.3 is incompatible with latest bundler, so we need to update gem:
|
||||||
|
|
||||||
|
```
|
||||||
|
gem update --system
|
||||||
|
```
|
||||||
|
|
||||||
We'll also need to install bundler:
|
We'll also need to install bundler:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
gem install bundler --no-ri --no-rdoc
|
gem install bundler --no-document
|
||||||
```
|
```
|
||||||
|
|
||||||
Return to the root user:
|
Return to the root user:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user