1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

Updated procfile for puma

This commit is contained in:
2015-03-24 14:40:20 +00:00
parent 458c0a8723
commit 5c14165d6f
3 changed files with 6 additions and 1 deletions

View File

@@ -54,6 +54,7 @@ gem 'spring', group: :development
gem 'rb-readline' gem 'rb-readline'
gem 'jquery-datatables-rails', github: 'rweng/jquery-datatables-rails' gem 'jquery-datatables-rails', github: 'rweng/jquery-datatables-rails'
gem 'jquery-ui-rails' gem 'jquery-ui-rails'
gem 'puma'

View File

@@ -95,6 +95,8 @@ GEM
mini_portile (~> 0.6.0) mini_portile (~> 0.6.0)
orm_adapter (0.5.0) orm_adapter (0.5.0)
pg (0.18.1) pg (0.18.1)
puma (2.11.1)
rack (>= 1.1, < 2.0)
rack (1.6.0) rack (1.6.0)
rack-test (0.6.3) rack-test (0.6.3)
rack (>= 1.0) rack (>= 1.0)
@@ -180,6 +182,7 @@ DEPENDENCIES
jquery-ui-rails jquery-ui-rails
mysql2 mysql2
pg pg
puma
rails (= 4.2.0) rails (= 4.2.0)
rails_12factor rails_12factor
rb-readline rb-readline

View File

@@ -1 +1,2 @@
worker: rake jobs:work worker: rake jobs:work
web: bundle exec puma -t 5:5 -p $PORT -e $RAILS_ENV