From 78944d50a4c672307bce720fe62bfd4262793ab8 Mon Sep 17 00:00:00 2001 From: Beatrice Olivera Date: Mon, 27 Aug 2018 15:40:10 +0100 Subject: [PATCH] Initial Commit --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index a70cb9c..43a5712 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,5 @@ source 'https://rubygems.org' -ruby '2.3.0' +ruby '2.4.4' gem 'bootsnap', require: false gem 'devise'