source 'http://rubygems.org' gem 'rails', '~> 3.2.13' gem 'activeresource' gem 'httparty' gem 'multi_xml', '0.5.4' # Bundle edge Rails instead: # gem 'rails', :git => 'git://github.com/rails/rails.git' gem 'mysql2' gem 'json' gem 'daemons' gem 'delayed_job' gem 'delayed_job_active_record' # Gems used only for assets and not required # in production environments by default. group :assets do gem 'sass-rails' gem 'coffee-rails' gem 'uglifier' end gem 'jquery-rails' gem 'capistrano', '= 2.14.2' gem 'passenger' # To use ActiveModel has_secure_password # gem 'bcrypt-ruby', '~> 3.0.0' # Use unicorn as the web server # gem 'unicorn' # Deploy with Capistrano # gem 'capistrano' # To use debugger # gem 'ruby-debug'