From 3aa338af8acf268acbf8d5df5b5b3189c5fdf15a Mon Sep 17 00:00:00 2001 From: Giuseppe Lobraico Date: Tue, 8 Jan 2019 12:49:48 +0000 Subject: [PATCH] WIP: Bump Ruby to 2.5.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit There is an issue with devise: https://github.com/plataformatec/devise/issues/4736 – needs to be bumped to 4.4.x --- .ruby-version | 2 +- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ruby-version b/.ruby-version index 59aa62c1f..aedc15bb0 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.4.5 +2.5.3 diff --git a/Gemfile.lock b/Gemfile.lock index 2226b86bf..2c602e46e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -494,7 +494,7 @@ DEPENDENCIES webmock RUBY VERSION - ruby 2.4.5p335 + ruby 2.5.3p105 BUNDLED WITH 1.17.3