1 source 'https://rubygems.org'
3 gem 'rails', '~> 4.1.0'
4 gem 'arvados', '>= 0.1.20150511150219'
6 gem 'activerecord-nulldb-adapter'
11 # Note: keeping this out of the "group :assets" section "may" allow us
12 # to use Coffescript for UJS responses. It also prevents a
13 # warning/problem when running tests: "WARN: tilt autoloading
14 # 'coffee_script' in a non thread-safe way; explicit require
15 # 'coffee_script' suggested."
18 # Gems used only for assets and not required
19 # in production environments by default.
22 gem 'uglifier', '>= 1.0.3'
24 # See https://github.com/sstephenson/execjs#readme for more supported runtimes
25 gem 'therubyracer', :platforms => :ruby
30 gem 'ruby-debug-passenger'
31 gem 'rack-mini-profiler', require: false
32 gem 'flamegraph', require: false
35 group :test, :diagnostics, :performance do
36 gem 'minitest', '>= 5.0.0'
37 gem 'selenium-webdriver'
43 group :test, :performance do
47 # Note: "require: false" here tells bunder not to automatically
48 # 'require' the packages during application startup. Installation is
50 gem 'simplecov', '~> 0.7', require: false
51 gem 'simplecov-rcov', require: false
52 gem 'mocha', require: false
56 gem 'bootstrap-sass', '~> 3.1.0'
57 gem 'bootstrap-x-editable-rails'
58 gem 'bootstrap-tab-history-rails'
67 # To use ActiveModel has_secure_password
68 # gem 'bcrypt-ruby', '~> 3.0.0'
70 # To use Jbuilder templates for JSON
73 # Use unicorn as the app server
76 # Deploy with Capistrano
82 gem 'passenger', :group => :production
87 gem 'httpclient', '~> 2.5'
89 # This fork has Rails 4 compatible routes
90 gem 'themes_for_rails', git: 'https://github.com/curoverse/themes_for_rails'
92 gem "deep_merge", :require => 'deep_merge/rails_compat'