Skip to content

Commit

Permalink
Ruby 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
omega8cc committed Mar 4, 2015
1 parent 458978b commit 1ce36eb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion BARRACUDA.sh.txt
Expand Up @@ -70,7 +70,7 @@ _PHP56_VRN=5.6.6
_PHPREDIS_VRN=master-03-10-2014
_PURE_FTPD_VRN=1.0.36
_REDIS_VRN=2.8.19
_RUBY_VRN=2.2.0
_RUBY_VRN=2.2.1
_SOLR_1_VRN=1.4.1
_SOLR_3_VRN=3.6.2
_SOLR_4_VRN=4.9.1
Expand Down
4 changes: 2 additions & 2 deletions aegir/helpers/websh.sh.txt
Expand Up @@ -448,7 +448,7 @@ if [ "${_LTD_GID}" = "www-data users" ] \
&& [ -e "/home/${USER}/.rvm/gems/ruby-${_DETECTED_RUBY_VP}" ]; then
_RUBY_VP="${_DETECTED_RUBY_VP}"
else
_RUBY_VP=2.2.0
_RUBY_VP=2.2.1
fi
else
_DETECTED_RUBY_VP=$(grep 'RUBY_VERSION' \
Expand All @@ -461,7 +461,7 @@ if [ "${_LTD_GID}" = "www-data users" ] \
&& [ -e "/home/${USER}/.rvm/gems/ruby-${_DETECTED_RUBY_VP}" ]; then
_RUBY_VP="${_DETECTED_RUBY_VP}"
else
_RUBY_VP=2.0.0-p598
_RUBY_VP=2.0.0-p643
fi
fi
_SP_A="/home/${USER}/.rvm/gems/ruby-${_RUBY_VP}/bin"
Expand Down
2 changes: 1 addition & 1 deletion aegir/tools/system/manage_ltd_users.sh
Expand Up @@ -10,7 +10,7 @@ _THIS_RV=$(lsb_release -sc 2>&1)
if [ "$_THIS_RV" = "wheezy" ] \
|| [ "$_THIS_RV" = "trusty" ] \
|| [ "$_THIS_RV" = "precise" ]; then
_RUBY_VRN=2.2.0
_RUBY_VRN=2.2.1
else
_RUBY_VRN=2.0.0
fi
Expand Down

0 comments on commit 1ce36eb

Please sign in to comment.