From 2822437d06df41d5a57c254eeddb4e3c1bf541c1 Mon Sep 17 00:00:00 2001 From: "Rintze M. Zelle" Date: Thu, 19 Dec 2019 00:59:55 -0500 Subject: [PATCH] Update .travis.yml (#4463) --- .travis.yml | 4 ++-- Gemfile | 2 +- Gemfile.lock | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index b7faafd2f12..9ca1f2550dc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ -dist: xenial +dist: bionic language: ruby cache: bundler rvm: - - 2.5.3 + - 2.6.5 install: - bundle install --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle} - bundle update sheldon diff --git a/Gemfile b/Gemfile index fe9fc8e61c8..65bb4267142 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ -ruby '2.5.3' +ruby '2.6.5' source 'https://rubygems.org' gem 'rake' diff --git a/Gemfile.lock b/Gemfile.lock index 2570375f8ae..c3cc47dff24 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -64,7 +64,7 @@ DEPENDENCIES sheldon! RUBY VERSION - ruby 2.5.3p105 + ruby 2.6.5p114 BUNDLED WITH 1.17.3