1 # Copyright (C) The Arvados Authors. All rights reserved.
3 # SPDX-License-Identifier: AGPL-3.0
5 source 'https://rubygems.org'
7 # Having a dependency '~> 4.1' make rails 4.2.10 to be installed when it's
8 # supposed to avoid that.
10 gem 'arvados', '>= 0.1.20150511150219'
12 gem 'activerecord-nulldb-adapter'
18 # Note: keeping this out of the "group :assets" section "may" allow us
19 # to use Coffescript for UJS responses. It also prevents a
20 # warning/problem when running tests: "WARN: tilt autoloading
21 # 'coffee_script' in a non thread-safe way; explicit require
22 # 'coffee_script' suggested."
25 # Gems used only for assets and not required
26 # in production environments by default.
29 gem 'uglifier', '~> 2.0'
31 # See https://github.com/sstephenson/execjs#readme for more supported runtimes
32 gem 'therubyracer', :platforms => :ruby
37 gem 'ruby-debug-passenger'
38 gem 'rack-mini-profiler', require: false
39 gem 'flamegraph', require: false
42 group :test, :diagnostics, :performance do
43 gem 'minitest', '~> 5.10.3'
44 gem 'selenium-webdriver'
50 group :test, :performance do
54 # Note: "require: false" here tells bunder not to automatically
55 # 'require' the packages during application startup. Installation is
57 gem 'simplecov', '~> 0.7', require: false
58 gem 'simplecov-rcov', require: false
59 gem 'mocha', require: false
63 gem 'bootstrap-sass', '~> 3.1.0'
64 gem 'bootstrap-x-editable-rails'
65 gem 'bootstrap-tab-history-rails'
67 gem 'angularjs-rails', '~> 1.3.8'
74 # To use ActiveModel has_secure_password
75 # gem 'bcrypt-ruby', '~> 3.0.0'
77 # To use Jbuilder templates for JSON
80 # Use unicorn as the app server
83 # Deploy with Capistrano
89 gem 'passenger', :group => :production
94 gem 'httpclient', '~> 2.5'
96 # This fork has Rails 4 compatible routes
97 gem 'themes_for_rails', git: 'https://github.com/curoverse/themes_for_rails'
99 gem "deep_merge", :require => 'deep_merge/rails_compat'