updates ruby version to 2.2.3

This commit is contained in:
David Rodríguez
2015-08-26 05:36:42 -03:00
parent 616566a05d
commit d9b067e9b2
5 changed files with 6 additions and 6 deletions

View File

@@ -8,7 +8,7 @@ end
set :rails_env, fetch(:stage)
set :rvm_ruby_version, '2.2.2'
set :rvm_ruby_version, '2.2.3'
set :rvm_type, :user
set :application, 'participacion'