mirror of
https://github.com/danbee/scoreboard
synced 2025-03-04 08:59:11 +00:00
Remove foreman from the Gemfile
This commit is contained in:
parent
51fe026f21
commit
9dd7dd56ae
1
Gemfile
1
Gemfile
@ -12,4 +12,3 @@ gem 'redis-objects'
|
||||
gem 'connection_pool'
|
||||
|
||||
gem 'puma'
|
||||
gem 'foreman', group: :development
|
||||
|
||||
@ -3,8 +3,6 @@ GEM
|
||||
specs:
|
||||
connection_pool (2.2.0)
|
||||
dotenv (2.0.1)
|
||||
foreman (0.78.0)
|
||||
thor (~> 0.19.1)
|
||||
httpclient (2.6.0.1)
|
||||
json (1.8.2)
|
||||
multi_json (1.11.0)
|
||||
@ -25,7 +23,6 @@ GEM
|
||||
rack (~> 1.4)
|
||||
rack-protection (~> 1.4)
|
||||
tilt (>= 1.3, < 3)
|
||||
thor (0.19.1)
|
||||
tilt (1.4.1)
|
||||
|
||||
PLATFORMS
|
||||
@ -34,7 +31,6 @@ PLATFORMS
|
||||
DEPENDENCIES
|
||||
connection_pool
|
||||
dotenv
|
||||
foreman
|
||||
json
|
||||
puma
|
||||
pusher
|
||||
|
||||
Loading…
Reference in New Issue
Block a user