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

@@ -1 +1 @@
2.2.2
2.2.3

View File

@@ -2,9 +2,9 @@ language: ruby
addons:
postgresql: "9.4"
rvm:
- "2.2.2"
- "2.2.3"
cache: bundler
before_script:
- "for i in config/*.example; do cp \"$i\" \"${i/.example}\"; done"
- bundle exec rake db:setup
script: bundle exec rake
script: bundle exec rake

View File

@@ -20,7 +20,7 @@ Las herramientas utilizadas para el frontend no están cerradas aún. Los estilo
## Configuración para desarrollo y tests
Prerequisitos: tener instalado git, ImageMagick, Ruby 2.2.2, la gema `bundler`, ghostscript y PostgreSQL (9.4 o superior).
Prerequisitos: tener instalado git, ImageMagick, Ruby 2.2.3, la gema `bundler`, ghostscript y PostgreSQL (9.4 o superior).
```
cd participacion

View File

@@ -21,7 +21,7 @@ Frontend tools used include [SCSS](http://sass-lang.com/) over [Foundation](http
## Configuration for development and test environments
Prerequisites: install git, ImageMagick, Ruby 2.2.2, bundler gem, ghostscript and PostgreSQL (>=9.4).
Prerequisites: install git, ImageMagick, Ruby 2.2.3, bundler gem, ghostscript and PostgreSQL (>=9.4).
```
cd participacion

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'