1 source 'https://rubygems.org'
3 gem 'rails', '~> 3.2.0'
5 # Bundle edge Rails instead:
6 # gem 'rails', :git => 'git://github.com/rails/rails.git'
13 # Gems used only for assets and not required
14 # in production environments by default.
16 gem 'sass-rails', '~> 3.2.0'
17 gem 'coffee-rails', '~> 3.2.0'
19 # See https://github.com/sstephenson/execjs#readme for more supported runtimes
20 gem 'therubyracer', :platforms => :ruby
22 gem 'uglifier', '>= 1.0.3'
26 gem 'twitter-bootstrap-rails'
27 gem 'anjlab-bootstrap-rails', '>= 2.2', :require => 'bootstrap-rails'
28 gem 'bootstrap-editable-rails'
32 # To use ActiveModel has_secure_password
33 # gem 'bcrypt-ruby', '~> 3.0.0'
35 # To use Jbuilder templates for JSON
38 # Use unicorn as the app server
41 # Deploy with Capistrano
47 gem 'rvm-capistrano', :group => :test
49 gem 'passenger', :group => :production