more config updates for heroku

This commit is contained in:
Connor Turland 2017-01-04 11:14:03 -05:00
parent 9e6ce90950
commit ae05fb35d3
2 changed files with 2 additions and 2 deletions

View file

@ -27,6 +27,7 @@ gem 'rack-cors'
gem 'redis' gem 'redis'
gem 'slack-notifier' gem 'slack-notifier'
gem 'snorlax' gem 'snorlax'
gem 'puma'
# asset stuff # asset stuff
gem 'jquery-rails' gem 'jquery-rails'
@ -44,7 +45,6 @@ group :test do
end end
group :development, :test do group :development, :test do
gem 'puma'
gem 'better_errors' gem 'better_errors'
gem 'binding_of_caller' gem 'binding_of_caller'
gem 'pry-byebug' gem 'pry-byebug'

View file

@ -1,3 +1,3 @@
web: bundle exec rails server -p $PORT web: bundle exec puma -p $PORT
worker: bundle exec rake jobs:work worker: bundle exec rake jobs:work