Skip to content

Commit

Permalink
- Move daemons gem near to delayed_job
Browse files Browse the repository at this point in the history
- Fixed typo
  • Loading branch information
vipulnsward committed May 17, 2015
1 parent 1a23e51 commit 18706f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ gem 'delayed_job_active_record'
# web interface for delayed job
gem 'delayed_job_web', '>= 1.2.0'

# For starting Delayed job background process
gem 'daemons'

# collection of handy tools
gem 'handy'

Expand Down Expand Up @@ -71,14 +74,11 @@ gem 'mail_interceptor', github: 'bigbinary/mail_interceptor', group: [:developme
# Adds prefix to the subject in emails
gem 'email_prefixer'

# HTTP server for Rack applications for staginng and production
# HTTP server for Rack applications for staging and production
# See https://github.com/bigbinary/wheel/issues/43 for why unicorn is
# not used in development.
gem 'unicorn', group: [:staging, :production]

# For starting Delayed job background process
gem 'daemons'

group :development do

# application server for development
Expand Down

0 comments on commit 18706f6

Please sign in to comment.