summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authornfoy <nfoy@purdue.edu>2014-04-01 18:45:00 -0400
committernfoy <nfoy@purdue.edu>2014-04-01 18:45:00 -0400
commitf08191c3966851b19edc949d7819cc58190037d7 (patch)
tree16cbd10b1c72f7a5549ec7b3c2dc581aec02b6a0 /Gemfile
parentac77cea14d5708f47df42774b0b281391b2e3c89 (diff)
Edit Users now works. Added delayed_job gem.
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