1 source 'https://rubygems.org'
3 gem 'rails', '~> 4.1.0'
4 gem 'minitest', '>= 5.0.0'
6 # Bundle edge Rails instead:
7 # gem 'rails', :git => 'git://github.com/rails/rails.git'
15 # Note: keeping this out of the "group :assets" section "may" allow us
16 # to use Coffescript for UJS responses. It also prevents a
17 # warning/problem when running tests: "WARN: tilt autoloading
18 # 'coffee_script' in a non thread-safe way; explicit require
19 # 'coffee_script' suggested."
22 # Gems used only for assets and not required
23 # in production environments by default.
27 # See https://github.com/sstephenson/execjs#readme for more supported runtimes
28 gem 'therubyracer', :platforms => :ruby
30 gem 'uglifier', '>= 1.0.3'
35 gem 'selenium-webdriver'
39 # Note: "require: false" here tells bunder not to automatically
40 # 'require' the packages during application startup. Installation is
42 gem 'simplecov', '~> 0.7.1', require: false
43 gem 'simplecov-rcov', require: false
47 gem 'bootstrap-sass', '~> 3.1.0'
48 gem 'bootstrap-x-editable-rails'
54 # To use ActiveModel has_secure_password
55 # gem 'bcrypt-ruby', '~> 3.0.0'
57 # To use Jbuilder templates for JSON
60 # Use unicorn as the app server
63 # Deploy with Capistrano
69 gem 'passenger', :group => :production
76 # This fork has Rails 4 compatible routes
77 gem 'themes_for_rails', git: 'https://github.com/holtkampw/themes_for_rails', ref: '1fd2d7897d75ae0d6375f4c390df87b8e91ad417'
79 gem "deep_merge", :require => 'deep_merge/rails_compat'