Merge branch 'master' into 4232-slow-pipes-n-jobs
[arvados.git] / apps / workbench / Gemfile
1 source 'https://rubygems.org'
2
3 gem 'rails', '~> 4.1.0'
4 gem 'arvados', '>= 0.1.20150210011250'
5
6 gem 'sqlite3'
7
8 gem 'multi_json'
9 gem 'oj'
10 gem 'sass'
11
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."
17 gem 'coffee-rails'
18
19 # Gems used only for assets and not required
20 # in production environments by default.
21 group :assets do
22   gem 'sass-rails'
23   gem 'uglifier', '>= 1.0.3'
24
25   # See https://github.com/sstephenson/execjs#readme for more supported runtimes
26   gem 'therubyracer', :platforms => :ruby
27 end
28
29 group :development do
30   gem 'byebug'
31   gem 'ruby-debug-passenger'
32   gem 'rack-mini-profiler', require: false
33   gem 'flamegraph', require: false
34 end
35
36 group :test, :diagnostics, :performance do
37   gem 'minitest', '>= 5.0.0'
38   gem 'selenium-webdriver'
39   gem 'capybara'
40   gem 'poltergeist'
41   gem 'headless'
42 end
43
44 group :test, :performance do
45   gem 'rails-perftest'
46   gem 'ruby-prof'
47   gem 'rvm-capistrano'
48   # Note: "require: false" here tells bunder not to automatically
49   # 'require' the packages during application startup. Installation is
50   # still mandatory.
51   gem 'simplecov', '~> 0.7', require: false
52   gem 'simplecov-rcov', require: false
53   gem 'mocha', require: false
54 end
55
56 gem 'jquery-rails'
57 gem 'bootstrap-sass', '~> 3.1.0'
58 gem 'bootstrap-x-editable-rails'
59 gem 'bootstrap-tab-history-rails'
60
61 gem 'angularjs-rails'
62
63 gem 'less'
64 gem 'less-rails'
65 gem 'wiselinks'
66 gem 'sshkey'
67
68 # To use ActiveModel has_secure_password
69 # gem 'bcrypt-ruby', '~> 3.0.0'
70
71 # To use Jbuilder templates for JSON
72 # gem 'jbuilder'
73
74 # Use unicorn as the app server
75 # gem 'unicorn'
76
77 # Deploy with Capistrano
78 # gem 'capistrano'
79
80 # To use debugger
81 #gem 'byebug'
82
83 gem 'passenger', :group => :production
84 gem 'andand'
85 gem 'RedCloth'
86
87 gem 'piwik_analytics'
88 gem 'httpclient', '~> 2.5'
89
90 # This fork has Rails 4 compatible routes
91 gem 'themes_for_rails', git: 'https://github.com/holtkampw/themes_for_rails', ref: '1fd2d7897d75ae0d6375f4c390df87b8e91ad417'
92
93 gem "deep_merge", :require => 'deep_merge/rails_compat'
94
95 gem 'morrisjs-rails'
96 gem 'raphael-rails'