From b0b7934ab21ad8d3ae821d3a0e120feadf0059d6 Mon Sep 17 00:00:00 2001 From: Washington Botelho Date: Thu, 3 Oct 2019 19:01:08 -0300 Subject: [PATCH] rb: 2.6.5 --- .ruby-version | 2 +- .travis.yml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.ruby-version b/.ruby-version index 437459c..57cf282 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.5.0 +2.6.5 diff --git a/.travis.yml b/.travis.yml index d22f9cd..e0e655b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,8 @@ language: ruby +rvm: + - 2.6 + script: - bundle exec rake spec - bundle exec rake spec_config