Initial commit

This commit is contained in:
2020-06-02 23:02:01 -04:00
commit a1ade51f6b
15 changed files with 294 additions and 0 deletions

14
Gemfile Normal file
View File

@@ -0,0 +1,14 @@
# frozen_string_literal: true
source 'https://rubygems.org'
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
gem 'activerecord'
gem 'speedtest'
gem 'sinatra'
gem 'sinatra-activerecord'
gem 'chartkick'
gem 'rerun'
gem 'sqlite3'
gem 'rake'