summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorshumakl <shumakl@purdue.edu>2014-04-03 16:45:23 -0400
committershumakl <shumakl@purdue.edu>2014-04-03 16:45:23 -0400
commitd6009eddd6f67a9414ff7d707ae82c053e6653ad (patch)
tree8bfc4541288ed9bb430c1047aa193b092ec423c8 /Gemfile
parentdfe5dbd2ada1841b09f70bfd742c10ba878f74fe (diff)
parentdacab01db3ac4b9d9e2281daff74230a003f138e (diff)
Merge branch 'master' of github.com:LukeShu/leaguer
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index fbf6232..688063a 100644
--- a/Gemfile
+++ b/Gemfile
@@ -41,6 +41,9 @@ gem 'turbolinks'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jbuilder', '~> 1.2'
+# Asynchronously handle longer or delayed tasks
+gem 'delayed_job'
+
group :doc do
# bundle exec rake doc:rails generates the API under doc/api.
gem 'sdoc', require: false