rbenv: install Ruby 3.1.0 by default
This commit is contained in:
parent
8beb1e7460
commit
cd26081add
2 changed files with 3 additions and 2 deletions
|
@ -14,6 +14,7 @@ The **patch** part changes is incremented if multiple releases happen the same m
|
|||
|
||||
### Changed
|
||||
|
||||
* rbenv: install Ruby 3.1.0 by default
|
||||
### Fixed
|
||||
|
||||
### Removed
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
rbenv_version: v1.1.2
|
||||
rbenv_ruby_version: 2.7.0
|
||||
rbenv_version: v1.2.0
|
||||
rbenv_ruby_version: 3.1.0
|
||||
rbenv_root: "~/.rbenv"
|
||||
rbenv_repo: "https://github.com/rbenv/rbenv.git"
|
||||
rbenv_plugins:
|
||||
|
|
Loading…
Reference in a new issue