mirror of
https://github.com/danbee/scoreboard
synced 2025-03-04 08:59:11 +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
|