Commit b9867847602dec0cfd35217da3c35c167c4248bc

Authored by Braulio Bhavamitra
1 parent ec524239

travis,circle: Update to ruby 2.3.1

Showing 2 changed files with 2 additions and 2 deletions   Show diff stats
.travis.yml
... ... @@ -18,7 +18,7 @@ cache: bundler
18 18  
19 19 language: ruby
20 20 rvm:
21   - - 2.3.0
  21 + - 2.3.1
22 22  
23 23 addons:
24 24 apt:
... ...
circle.yml
... ... @@ -2,7 +2,7 @@ machine:
2 2 timezone:
3 3 America/Bahia
4 4 ruby:
5   - version: 2.3.0
  5 + version: 2.3.1
6 6 services:
7 7 - postgresql
8 8  
... ...