Add Gemfile

This commit is contained in:
George Kaklamanos 2019-11-10 19:32:22 +02:00
parent 080413392e
commit 2a81caf712

18
Gemfile Normal file
View file

@ -0,0 +1,18 @@
# frozen_string_literal: true
source 'https://rubygems.org'
gem 'csv'
gem 'sequel'
gem 'sinatra'
gem 'slim'
gem 'sqlite3'
group :development do
gem 'better_errors'
gem 'binding_of_caller'
gem 'faker'
gem 'guard'
gem 'guard-rack'
gem 'guard-shell'
gem 'pry-rescue'
end