From eebc61181c1ccdadddd162411bdc52ce7281f055 Mon Sep 17 00:00:00 2001 From: code-division Date: Sat, 24 Oct 2015 17:00:13 +0800 Subject: [PATCH] Update Gemfile --- Gemfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 562fecb..0307a0b 100644 --- a/Gemfile +++ b/Gemfile @@ -3,6 +3,7 @@ source 'https://rubygems.org' # Ruby Version # ruby "2.2.1" + # Adding Sinatra Drivers gem 'sinatra' gem 'sinatra-contrib' @@ -34,4 +35,4 @@ group :production do # ================== gem 'rails_12factor' # Heroku Gem Supports gem 'puma' # Using puma for -end \ No newline at end of file +end