1
0
mirror of https://github.com/danbee/scoreboard synced 2025-03-04 08:59:11 +00:00
scoreboard/Gemfile
Dan Barber 7e487167d1 Use redis-objects for persistence.
This has also simplified the code!
2015-05-10 14:55:37 +01:00

16 lines
187 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'
gem 'foreman', group: :development