From 8ab1909545b13acf22f9f6e43fc96455535c0d0d Mon Sep 17 00:00:00 2001 From: Shahar <6200459+CentrumGuy@users.noreply.github.com> Date: Mon, 25 Feb 2019 10:17:32 -0500 Subject: [PATCH] Update Gemfile --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 9944c0a..39026d3 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ source "https://rubygems.org" -ruby '2.2.0' +ruby '2.4.0' gem 'sinatra', '1.4.7' -gem 'encrypted_strings' \ No newline at end of file +gem 'encrypted_strings'