rbenv: install Ruby 2.6.5 by default

This commit is contained in:
Jérémy Lecour 2019-10-22 15:03:45 +02:00 committed by Jérémy Lecour
parent 2ea88dc385
commit ee72dd07ff
2 changed files with 2 additions and 1 deletions

View file

@ -42,6 +42,7 @@ The **patch** part changes incrementally at each release.
* lxc-php: refactor tasks for better maintainability * lxc-php: refactor tasks for better maintainability
* php: By default, allow 128M for OpCache (instead of 64M) * php: By default, allow 128M for OpCache (instead of 64M)
* php: Don't set a chroot for the default fpm pool * php: Don't set a chroot for the default fpm pool
* rbenv: install Ruby 2.6.5 by default
* squid: Remove wait time when we turn off squid * squid: Remove wait time when we turn off squid
* squid: split systemd tasks into own file * squid: split systemd tasks into own file
* varnish: remove custom ExecReload= script for Debian 10+ * varnish: remove custom ExecReload= script for Debian 10+

View file

@ -1,6 +1,6 @@
--- ---
rbenv_version: v1.1.2 rbenv_version: v1.1.2
rbenv_ruby_version: 2.6.3 rbenv_ruby_version: 2.6.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: