summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authortkimia <tkimia@purdue.edu>2014-04-03 16:25:14 -0400
committertkimia <tkimia@purdue.edu>2014-04-03 16:25:14 -0400
commit9236bc8f79bf18f7aa9802090c53536fe20108bb (patch)
tree92cb8a4f73ebb074ca00e0b14af13486d4763c68 /Gemfile
parentb62c07359a9cbc7bad93c375c50d266a40dfe539 (diff)
parent5169363d6698fb87372efcb7ace552b89953584e (diff)
Merge branch 'master' of https://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