From 2fd4dff1e17bd219d07b67d84a97b91b5acab7f0 Mon Sep 17 00:00:00 2001 From: saulkashani <34478030+saulkashani@users.noreply.github.com> Date: Thu, 8 Mar 2018 17:07:01 +0000 Subject: [PATCH] Update Gemfile --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 48ec038..08eef37 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,5 @@ source 'https://rubygems.org' -ruby '2.2.1' +ruby '2.2.10' gem 'sinatra', '~>1.4.4' gem 'thin'