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'
14 # Gems used only for assets and not required
15 # in production environments by default.
17 gem 'sass-rails', '~> 3.2.0'
18 gem 'coffee-rails', '~> 3.2.0'
20 # See https://github.com/sstephenson/execjs#readme for more supported runtimes
21 gem 'therubyracer', :platforms => :ruby
23 gem 'uglifier', '>= 1.0.3'
27 gem 'twitter-bootstrap-rails'
28 gem 'anjlab-bootstrap-rails', '>= 2.2', :require => 'bootstrap-rails'
29 gem 'bootstrap-editable-rails'
33 # To use ActiveModel has_secure_password
34 # gem 'bcrypt-ruby', '~> 3.0.0'
36 # To use Jbuilder templates for JSON
39 # Use unicorn as the app server
42 # Deploy with Capistrano
48 gem 'rvm-capistrano', :group => :test
50 gem 'passenger', :group => :production