From 54af32ec5c8dbeef9fc201c85ecc3219f4cf789c Mon Sep 17 00:00:00 2001 From: Raul Murciano Date: Tue, 23 Jun 2020 19:21:55 +0200 Subject: [PATCH] Ruby 2.6.6 --- .ruby-version | 2 +- .travis.yml | 2 +- Gemfile | 2 +- Gemfile.lock | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.ruby-version b/.ruby-version index 57cf282e..338a5b5d 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.6.5 +2.6.6 diff --git a/.travis.yml b/.travis.yml index 3339c363..abd61d3d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: ruby rvm: - - 2.6.5 + - 2.6.6 script: exit 0 sudo: false diff --git a/Gemfile b/Gemfile index 1c383609..df4a21da 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'http://rubygems.org' -ruby '2.6.5' +ruby '2.6.6' gem 'sinatra' gem 'thin' diff --git a/Gemfile.lock b/Gemfile.lock index a3d8d918..9808a77e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -30,7 +30,7 @@ DEPENDENCIES thin RUBY VERSION - ruby 2.6.5p114 + ruby 2.6.6p146 BUNDLED WITH 1.17.2