mirror of
https://github.com/danbee/scoreboard
synced 2025-03-04 08:59:11 +00:00
Add Procfile and Foreman.
This commit is contained in:
parent
24bbe78143
commit
63f93bc8eb
1
Gemfile
1
Gemfile
@ -8,3 +8,4 @@ gem 'sinatra'
|
|||||||
gem 'pusher'
|
gem 'pusher'
|
||||||
|
|
||||||
gem 'puma'
|
gem 'puma'
|
||||||
|
gem 'foreman'
|
||||||
|
|||||||
@ -2,6 +2,8 @@ GEM
|
|||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
dotenv (2.0.1)
|
dotenv (2.0.1)
|
||||||
|
foreman (0.78.0)
|
||||||
|
thor (~> 0.19.1)
|
||||||
httpclient (2.6.0.1)
|
httpclient (2.6.0.1)
|
||||||
json (1.8.2)
|
json (1.8.2)
|
||||||
multi_json (1.11.0)
|
multi_json (1.11.0)
|
||||||
@ -19,6 +21,7 @@ GEM
|
|||||||
rack (~> 1.4)
|
rack (~> 1.4)
|
||||||
rack-protection (~> 1.4)
|
rack-protection (~> 1.4)
|
||||||
tilt (>= 1.3, < 3)
|
tilt (>= 1.3, < 3)
|
||||||
|
thor (0.19.1)
|
||||||
tilt (1.4.1)
|
tilt (1.4.1)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
@ -26,6 +29,7 @@ PLATFORMS
|
|||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
dotenv
|
dotenv
|
||||||
|
foreman
|
||||||
json
|
json
|
||||||
puma
|
puma
|
||||||
pusher
|
pusher
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user