1 source 'https://rubygems.org'
3 gem 'rails', '~> 4.1.0'
4 gem 'arvados', '>= 0.1.20150413172135'
12 # Note: keeping this out of the "group :assets" section "may" allow us
13 # to use Coffescript for UJS responses. It also prevents a
14 # warning/problem when running tests: "WARN: tilt autoloading
15 # 'coffee_script' in a non thread-safe way; explicit require
16 # 'coffee_script' suggested."
19 # Gems used only for assets and not required
20 # in production environments by default.
23 gem 'uglifier', '>= 1.0.3'
25 # See https://github.com/sstephenson/execjs#readme for more supported runtimes
26 gem 'therubyracer', :platforms => :ruby
31 gem 'ruby-debug-passenger'
32 gem 'rack-mini-profiler', require: false
33 gem 'flamegraph', require: false
36 group :test, :diagnostics, :performance do
37 gem 'minitest', '>= 5.0.0'
38 gem 'selenium-webdriver'
44 group :test, :performance do
48 # Note: "require: false" here tells bunder not to automatically
49 # 'require' the packages during application startup. Installation is
51 gem 'simplecov', '~> 0.7', require: false
52 gem 'simplecov-rcov', require: false
53 gem 'mocha', require: false
57 gem 'bootstrap-sass', '~> 3.1.0'
58 gem 'bootstrap-x-editable-rails'
59 gem 'bootstrap-tab-history-rails'
68 # To use ActiveModel has_secure_password
69 # gem 'bcrypt-ruby', '~> 3.0.0'
71 # To use Jbuilder templates for JSON
74 # Use unicorn as the app server
77 # Deploy with Capistrano
83 gem 'passenger', :group => :production
88 gem 'httpclient', '~> 2.5'
90 # This fork has Rails 4 compatible routes
91 gem 'themes_for_rails', git: 'https://github.com/holtkampw/themes_for_rails', ref: '1fd2d7897d75ae0d6375f4c390df87b8e91ad417'
93 gem "deep_merge", :require => 'deep_merge/rails_compat'