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