1 source 'https://rubygems.org'
3 gem 'rails', '~> 4.1.0'
4 gem 'minitest', '>= 5.0.0'
6 gem 'arvados', '>= 0.1.20141114230720'
8 # Bundle edge Rails instead:
9 # gem 'rails', :git => 'git://github.com/rails/rails.git'
17 # Note: keeping this out of the "group :assets" section "may" allow us
18 # to use Coffescript for UJS responses. It also prevents a
19 # warning/problem when running tests: "WARN: tilt autoloading
20 # 'coffee_script' in a non thread-safe way; explicit require
21 # 'coffee_script' suggested."
24 # Gems used only for assets and not required
25 # in production environments by default.
29 # See https://github.com/sstephenson/execjs#readme for more supported runtimes
30 gem 'therubyracer', :platforms => :ruby
32 gem 'uglifier', '>= 1.0.3'
37 gem 'ruby-debug-passenger'
42 gem 'selenium-webdriver'
46 # Note: "require: false" here tells bunder not to automatically
47 # 'require' the packages during application startup. Installation is
49 gem 'simplecov', '~> 0.7.1', require: false
50 gem 'simplecov-rcov', require: false
51 gem 'mocha', require: false
55 gem 'bootstrap-sass', '~> 3.1.0'
56 gem 'bootstrap-x-editable-rails'
57 gem 'bootstrap-tab-history-rails'
64 # To use ActiveModel has_secure_password
65 # gem 'bcrypt-ruby', '~> 3.0.0'
67 # To use Jbuilder templates for JSON
70 # Use unicorn as the app server
73 # Deploy with Capistrano
79 gem 'passenger', :group => :production
84 gem 'httpclient', '~> 2.5.0'
86 # This fork has Rails 4 compatible routes
87 gem 'themes_for_rails', git: 'https://github.com/holtkampw/themes_for_rails', ref: '1fd2d7897d75ae0d6375f4c390df87b8e91ad417'
89 gem "deep_merge", :require => 'deep_merge/rails_compat'