more config updates for heroku
This commit is contained in:
parent
9e6ce90950
commit
ae05fb35d3
2 changed files with 2 additions and 2 deletions
2
Gemfile
2
Gemfile
|
@ -27,6 +27,7 @@ gem 'rack-cors'
|
|||
gem 'redis'
|
||||
gem 'slack-notifier'
|
||||
gem 'snorlax'
|
||||
gem 'puma'
|
||||
|
||||
# asset stuff
|
||||
gem 'jquery-rails'
|
||||
|
@ -44,7 +45,6 @@ group :test do
|
|||
end
|
||||
|
||||
group :development, :test do
|
||||
gem 'puma'
|
||||
gem 'better_errors'
|
||||
gem 'binding_of_caller'
|
||||
gem 'pry-byebug'
|
||||
|
|
2
Procfile
2
Procfile
|
@ -1,3 +1,3 @@
|
|||
web: bundle exec rails server -p $PORT
|
||||
web: bundle exec puma -p $PORT
|
||||
worker: bundle exec rake jobs:work
|
||||
|
||||
|
|
Loading…
Reference in a new issue