mirror of
https://github.com/danbee/scoreboard
synced 2026-06-20 23:02:25 +00:00
15 lines
152 B
Ruby
15 lines
152 B
Ruby
source 'https://rubygems.org'
|
|
ruby '2.2.2'
|
|
|
|
gem 'dotenv'
|
|
|
|
gem 'json'
|
|
|
|
gem 'sinatra'
|
|
gem 'pusher'
|
|
|
|
gem 'redis-objects'
|
|
gem 'connection_pool'
|
|
|
|
gem 'puma'
|