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'
32 # Note: "require: false" here tells bunder not to automatically
33 # 'require' the packages during application startup. Installation is
35 gem 'simplecov', '~> 0.7.1', require: false
36 gem 'simplecov-rcov', require: false
40 gem 'bootstrap-sass', '~> 3.1.0'
41 gem 'bootstrap-x-editable-rails'
46 # To use ActiveModel has_secure_password
47 # gem 'bcrypt-ruby', '~> 3.0.0'
49 # To use Jbuilder templates for JSON
52 # Use unicorn as the app server
55 # Deploy with Capistrano
61 gem 'passenger', :group => :production
67 gem 'themes_for_rails'
68 gem "deep_merge", :require => 'deep_merge/rails_compat'