ansible-roles/rbenv/defaults/main.yml
Jérémy Lecour bb0189e5a4
Some checks reported errors
continuous-integration/drone/push Build encountered an error
rbenv: install Ruby 2.6.3 by default
2019-06-21 10:43:20 +02:00

16 lines
948 B
YAML

---
rbenv_version: v1.1.2
rbenv_ruby_version: 2.6.3
rbenv_root: "~/.rbenv"
rbenv_repo: "https://github.com/rbenv/rbenv.git"
rbenv_plugins:
- { name: "rbenv-vars", repo: "https://github.com/rbenv/rbenv-vars.git", version: "v1.2.0" }
- { name: "ruby-build", repo: "https://github.com/rbenv/ruby-build.git", version: "master" }
- { name: "rbenv-default-gems", repo: "https://github.com/rbenv/rbenv-default-gems.git", version: "master" }
- { name: "rbenv-installer", repo: "https://github.com/rbenv/rbenv-installer.git", version: "master" }
- { name: "rbenv-update", repo: "https://github.com/rkh/rbenv-update.git", version: "master" }
- { name: "rbenv-whatis", repo: "https://github.com/rkh/rbenv-whatis.git", version: "v1.0.0" }
- { name: "rbenv-use", repo: "https://github.com/rkh/rbenv-use.git", version: "v1.0.0" }
rbenv_default_gems:
- bundler