mirror of
https://github.com/danbee/scoreboard
synced 2026-08-05 21:32:24 +00:00
13 lines
144 B
Ruby
13 lines
144 B
Ruby
source 'https://rubygems.org'
|
|
ruby '2.2.2'
|
|
|
|
gem 'dotenv'
|
|
|
|
gem 'json'
|
|
|
|
gem 'sinatra'
|
|
gem 'pusher'
|
|
|
|
gem 'puma'
|
|
gem 'foreman', group: :development
|