data-transfer-test/Gemfile

17 lines
303 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'
2021-10-05 14:22:47 +00:00
gem 'rake'
2021-10-08 00:32:28 +00:00
gem 'puma'gem 'whenever', require: false