From 4a2ff9cc1b6f601d7c3da507957e9a174026e6c4 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 4 Apr 2014 21:24:29 -0400 Subject: Copy Gemfile* from master --- Gemfile | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Gemfile') 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 -- cgit v1.2.3