Upgrade the default version to 2.1.2
This commit is contained in:
@@ -14,7 +14,7 @@ Below is a list of default values along with a description of what they do.
|
|||||||
|
|
||||||
```
|
```
|
||||||
# Set the version of ruby you want to install.
|
# Set the version of ruby you want to install.
|
||||||
ruby_version: 2.1.1 # X.X.X-pXXX format
|
ruby_version: 2.1.2 # X.X.X-pXXX format
|
||||||
|
|
||||||
# Where should the rvm-installer and other temp files be downloaded to?
|
# Where should the rvm-installer and other temp files be downloaded to?
|
||||||
ruby_temp_download_path: /usr/local/src
|
ruby_temp_download_path: /usr/local/src
|
||||||
@@ -75,4 +75,4 @@ You can find it on the official [ansible galaxy](https://galaxy.ansible.com/list
|
|||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
MIT
|
MIT
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
ruby_version: 2.1.1 # X.X.X-pXXX format
|
ruby_version: 2.1.2 # X.X.X-pXXX format
|
||||||
|
|
||||||
ruby_temp_download_path: /usr/local/src
|
ruby_temp_download_path: /usr/local/src
|
||||||
ruby_rvm_install_path: /usr/local/rvm
|
ruby_rvm_install_path: /usr/local/rvm
|
||||||
@@ -8,4 +8,4 @@ ruby_rvm_latest_installer: https://raw.githubusercontent.com/wayneeseguin/rvm/ma
|
|||||||
ruby_rvm_stable_version_number: https://raw.githubusercontent.com/wayneeseguin/rvm/master/VERSION
|
ruby_rvm_stable_version_number: https://raw.githubusercontent.com/wayneeseguin/rvm/master/VERSION
|
||||||
|
|
||||||
ruby_rvm_force_upgrade_installer: false
|
ruby_rvm_force_upgrade_installer: false
|
||||||
ruby_rvm_skip_upgrade: false
|
ruby_rvm_skip_upgrade: false
|
||||||
|
|||||||
Reference in New Issue
Block a user