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 'puma'
gem 'foreman', group: :development

View File

@ -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

View File

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