upgrade to ruby 2.3.2

This commit is contained in:
rgarcia
2016-11-19 20:27:39 +01:00
parent b4a39e85ec
commit f7ec2ae9c3
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
2.3.1
2.3.2

View File

@@ -2,7 +2,7 @@ language: ruby
addons:
postgresql: "9.4"
rvm:
- "2.2.3"
- "2.3.2"
cache: bundler
before_script:
- "for i in config/*.example; do cp \"$i\" \"${i/.example}\"; done"