1 # Copyright (C) The Arvados Authors. All rights reserved.
3 # SPDX-License-Identifier: AGPL-3.0
5 source 'https://rubygems.org'
8 gem 'arvados', '>= 0.1.20150511150219'
10 gem 'activerecord-nulldb-adapter'
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.
26 gem 'uglifier', '~> 2.0'
28 # See https://github.com/sstephenson/execjs#readme for more supported runtimes
29 gem 'therubyracer', :platforms => :ruby
34 gem 'ruby-debug-passenger'
35 gem 'rack-mini-profiler', require: false
36 gem 'flamegraph', require: false
39 group :test, :diagnostics, :performance do
40 gem 'minitest', '~> 5.0'
41 gem 'selenium-webdriver'
47 group :test, :performance do
51 # Note: "require: false" here tells bunder not to automatically
52 # 'require' the packages during application startup. Installation is
54 gem 'simplecov', '~> 0.7', require: false
55 gem 'simplecov-rcov', require: false
56 gem 'mocha', require: false
60 gem 'bootstrap-sass', '~> 3.1.0'
61 gem 'bootstrap-x-editable-rails'
62 gem 'bootstrap-tab-history-rails'
71 # To use ActiveModel has_secure_password
72 # gem 'bcrypt-ruby', '~> 3.0.0'
74 # To use Jbuilder templates for JSON
77 # Use unicorn as the app server
80 # Deploy with Capistrano
86 gem 'passenger', :group => :production
91 gem 'httpclient', '~> 2.5'
93 # This fork has Rails 4 compatible routes
94 gem 'themes_for_rails', git: 'https://github.com/curoverse/themes_for_rails'
96 gem "deep_merge", :require => 'deep_merge/rails_compat'