summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authornfoy <nfoy@purdue.edu>2014-04-06 19:54:04 -0400
committernfoy <nfoy@purdue.edu>2014-04-06 19:54:04 -0400
commit2fd131ea6c6a1810d27941d85bcf5a5eb2d8669f (patch)
tree3315f88c994f3140fe5e42950970a70b86cc2462 /Gemfile
parent353a5dfcc1782744684922b7d41c8030750d1533 (diff)
add delayed_job_active_record to Gemfile
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index a34b0a6..c33683a 100644
--- a/Gemfile
+++ b/Gemfile
@@ -48,7 +48,7 @@ gem 'turbolinks'
gem 'jbuilder', '~> 1.2'
# Asynchronously handle longer or delayed tasks
-gem 'delayed_job'
+gem 'delayed_job_active_record'
group :doc do
# bundle exec rake doc:rails generates the API under doc/api.