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'
28 gem 'selenium-webdriver'
35 gem 'bootstrap-sass', '~> 3.1.0'
36 gem 'bootstrap-x-editable-rails'
41 # To use ActiveModel has_secure_password
42 # gem 'bcrypt-ruby', '~> 3.0.0'
44 # To use Jbuilder templates for JSON
47 # Use unicorn as the app server
50 # Deploy with Capistrano
56 gem 'passenger', :group => :production
62 gem 'themes_for_rails'
63 gem "deep_merge", :require => 'deep_merge/rails_compat'