From 7f8e1651f0372c2b8b671e16071e2571a656131b Mon Sep 17 00:00:00 2001 From: Thor77 Date: Wed, 3 Apr 2019 09:40:49 +0200 Subject: [PATCH] Bump ruby version to 2.6.2 --- .ruby-version | 2 +- Gemfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ruby-version b/.ruby-version index a4db534..097a15a 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.5.3 \ No newline at end of file +2.6.2 diff --git a/Gemfile b/Gemfile index 8d36862..60039dd 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source 'https://rubygems.org' git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby '2.5.3' +ruby '2.6.2' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem 'rails', '~> 5.2.1'