1 source 'https://rubygems.org'
5 # Bundle edge Rails instead:
6 # gem 'rails', :git => 'git://github.com/rails/rails.git'
12 # Gems used only for assets and not required
13 # in production environments by default.
15 gem 'sass-rails', '~> 3.2.3'
16 gem 'coffee-rails', '~> 3.2.1'
18 # See https://github.com/sstephenson/execjs#readme for more supported runtimes
19 gem 'therubyracer', :platforms => :ruby
21 gem 'uglifier', '>= 1.0.3'
26 # To use ActiveModel has_secure_password
27 # gem 'bcrypt-ruby', '~> 3.0.0'
29 # To use Jbuilder templates for JSON
32 # Use unicorn as the app server
35 # Deploy with Capistrano
41 gem 'rvm-capistrano', :group => :test
43 gem 'passenger', :group => :production