From 4f0e0c84ba8238cd8c560237114195dd3514f564 Mon Sep 17 00:00:00 2001 From: Nick Janetakis Date: Sat, 7 Jun 2014 18:20:11 -0400 Subject: [PATCH] Upgrade the default version to 2.1.2 --- README.md | 4 ++-- defaults/main.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b35ee38..d90ac23 100644 --- a/README.md +++ b/README.md @@ -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. -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? 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 -MIT \ No newline at end of file +MIT diff --git a/defaults/main.yml b/defaults/main.yml index eb4eb00..7709969 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -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_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_force_upgrade_installer: false -ruby_rvm_skip_upgrade: false \ No newline at end of file +ruby_rvm_skip_upgrade: false