Browse Source

Added daemons to gemfile to enable delayed_job in prod

development
Godwin 9 years ago
parent
commit
9b02e0540c
  1. 1
      Gemfile

1
Gemfile

@ -82,6 +82,7 @@ end
group :production, :preview do
gem 'unicorn'
gem 'daemon-spawn'
gem 'daemons'
end
platforms 'mswin', 'mingw' do

Loading…
Cancel
Save