updates ruby version to 2.2.3
This commit is contained in:
@@ -1 +1 @@
|
|||||||
2.2.2
|
2.2.3
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ language: ruby
|
|||||||
addons:
|
addons:
|
||||||
postgresql: "9.4"
|
postgresql: "9.4"
|
||||||
rvm:
|
rvm:
|
||||||
- "2.2.2"
|
- "2.2.3"
|
||||||
cache: bundler
|
cache: bundler
|
||||||
before_script:
|
before_script:
|
||||||
- "for i in config/*.example; do cp \"$i\" \"${i/.example}\"; done"
|
- "for i in config/*.example; do cp \"$i\" \"${i/.example}\"; done"
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ Las herramientas utilizadas para el frontend no están cerradas aún. Los estilo
|
|||||||
|
|
||||||
## Configuración para desarrollo y tests
|
## 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
|
cd participacion
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ Frontend tools used include [SCSS](http://sass-lang.com/) over [Foundation](http
|
|||||||
|
|
||||||
## Configuration for development and test environments
|
## 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
|
cd participacion
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ end
|
|||||||
|
|
||||||
|
|
||||||
set :rails_env, fetch(:stage)
|
set :rails_env, fetch(:stage)
|
||||||
set :rvm_ruby_version, '2.2.2'
|
set :rvm_ruby_version, '2.2.3'
|
||||||
set :rvm_type, :user
|
set :rvm_type, :user
|
||||||
|
|
||||||
set :application, 'participacion'
|
set :application, 'participacion'
|
||||||
|
|||||||
Reference in New Issue
Block a user