Update, we need to install Ruby 2.7.2 (#829)
This commit is contained in:
parent
15cdc0d09a
commit
dbf078733f
1 changed files with 2 additions and 2 deletions
|
@ -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.6.6
|
||||
rbenv global 2.6.6
|
||||
RUBY_CONFIGURE_OPTS=--with-jemalloc rbenv install 2.7.2
|
||||
rbenv global 2.7.2
|
||||
```
|
||||
|
||||
We’ll also need to install bundler:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue