summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorLuke Shumaker <shumakl@purdue.edu>2014-04-04 21:24:29 -0400
committerLuke Shumaker <shumakl@purdue.edu>2014-04-04 21:24:29 -0400
commit4a2ff9cc1b6f601d7c3da507957e9a174026e6c4 (patch)
treec23ec4b00c9cee5123e5c8b9c649f8b0d918f349 /Gemfile
parentb43bab15521c7c511ab7012bd137daa0e85bb95b (diff)
Copy Gemfile* from master
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile9
1 files changed, 9 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index fbf6232..a34b0a6 100644
--- a/Gemfile
+++ b/Gemfile
@@ -8,6 +8,12 @@ gem 'rails', '4.0.2'
# bcrypt is used for password digesting
gem 'bcrypt-ruby', '3.1.2'
+gem 'httparty'
+
+gem 'simple_captcha2', require: 'simple_captcha'
+
+#gem 'rmagick'
+
group :development, :test do
# Use sqlite3 as the database for Active Record
gem 'sqlite3'
@@ -41,6 +47,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