rbenv: update defaults rbenv version to 1.1.2 and ruby version to 2.5.5

This commit is contained in:
Victor LABORIE 2019-05-13 11:18:29 +02:00
parent 4a703978a8
commit c2ed7faeb7
2 changed files with 3 additions and 2 deletions

View file

@ -17,6 +17,7 @@ The **patch** part changes incrementally at each release.
### Changed ### Changed
* evocheck : version 19.04 from upstream * evocheck : version 19.04 from upstream
* evomaintenance : use the web API instead of PG Insert * evomaintenance : use the web API instead of PG Insert
* rbenv: update defaults rbenv version to 1.1.2 and ruby version to 2.5.5
### Fixed ### Fixed
* rbenv: add check_mode for check rbenv and ruby versions * rbenv: add check_mode for check rbenv and ruby versions

View file

@ -1,6 +1,6 @@
--- ---
rbenv_version: v1.1.1 rbenv_version: v1.1.2
rbenv_ruby_version: 2.5.1 rbenv_ruby_version: 2.5.5
rbenv_root: "~/.rbenv" rbenv_root: "~/.rbenv"
rbenv_repo: "https://github.com/rbenv/rbenv.git" rbenv_repo: "https://github.com/rbenv/rbenv.git"
rbenv_plugins: rbenv_plugins: