1
0
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:
Daniel Barber 2015-12-16 14:58:47 +00:00
parent 51fe026f21
commit 9dd7dd56ae
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8
3 changed files with 3 additions and 7 deletions

View File

@ -12,4 +12,3 @@ gem 'redis-objects'
gem 'connection_pool' gem 'connection_pool'
gem 'puma' gem 'puma'
gem 'foreman', group: :development

View File

@ -3,8 +3,6 @@ GEM
specs: specs:
connection_pool (2.2.0) connection_pool (2.2.0)
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)
@ -25,7 +23,6 @@ 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
@ -34,7 +31,6 @@ PLATFORMS
DEPENDENCIES DEPENDENCIES
connection_pool connection_pool
dotenv dotenv
foreman
json json
puma puma
pusher pusher

View File

@ -14,16 +14,17 @@ the front.
## Instructions ## Instructions
Install the bundle: Install the bundle and foreman:
```sh ```sh
$ bundle install $ bundle install
$ gem install foreman
``` ```
Run the server: Run the server:
```sh ```sh
$ bundle exec foreman start $ foreman start
``` ```
## Credits ## Credits