Merge pull request #1270 from consul/upgrade-ruby

upgrade to ruby 2.3.2
This commit is contained in:
Enrique García
2016-11-22 10:28:00 +01:00
committed by GitHub
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"