Commit 1bdddda1f711d74d3e2556ae531808b5872c43f8

Authored by Leandro Santos
2 parents fe88693a b9867847
Exists in staging and in 1 other branch production

Merge branch 'master' into staging

Showing 2 changed files with 2 additions and 2 deletions   Show diff stats
.travis.yml
... ... @@ -17,7 +17,7 @@ cache: bundler
17 17  
18 18 language: ruby
19 19 rvm:
20   - - 2.3.0
  20 + - 2.3.1
21 21  
22 22 addons:
23 23 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  
... ...