data-transfer-test/Gemfile

14 lines
260 B
Ruby
Raw Normal View History

2020-06-03 03:02:01 +00:00
# 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'