Add 'apps/arv-web/' from commit 'f9732ad8460d013c2f28363655d0d1b91894dca5'
[arvados.git] / apps / workbench / Gemfile
1 source 'https://rubygems.org'
2
3 gem 'rails', '~> 4.1.0'
4 gem 'minitest', '>= 5.0.0'
5
6 gem 'arvados', '>= 0.1.20141114230720'
7
8 # Bundle edge Rails instead:
9 # gem 'rails', :git => 'git://github.com/rails/rails.git'
10
11 gem 'sqlite3'
12
13 gem 'multi_json'
14 gem 'oj'
15 gem 'sass'
16
17 # Note: keeping this out of the "group :assets" section "may" allow us
18 # to use Coffescript for UJS responses. It also prevents a
19 # warning/problem when running tests: "WARN: tilt autoloading
20 # 'coffee_script' in a non thread-safe way; explicit require
21 # 'coffee_script' suggested."
22 gem 'coffee-rails'
23
24 # Gems used only for assets and not required
25 # in production environments by default.
26 group :assets do
27   gem 'sass-rails', '~> 4.0.4'
28
29   # See https://github.com/sstephenson/execjs#readme for more supported runtimes
30   gem 'therubyracer', :platforms => :ruby
31
32   gem 'uglifier', '>= 1.0.3'
33 end
34
35 group :development do
36   gem 'byebug'
37   gem 'ruby-debug-passenger'
38 end
39
40 group :test, :diagnostics do
41   gem 'selenium-webdriver'
42   gem 'capybara'
43   gem 'poltergeist'
44   gem 'headless'
45 end
46
47 group :test, :performance do
48   gem 'rails-perftest'
49   gem 'ruby-prof'
50 end
51
52 group :test do
53   gem 'rvm-capistrano'
54   # Note: "require: false" here tells bunder not to automatically
55   # 'require' the packages during application startup. Installation is
56   # still mandatory.
57   gem 'simplecov', '~> 0.7.1', require: false
58   gem 'simplecov-rcov', require: false
59   gem 'mocha', require: false
60 end
61
62 gem 'jquery-rails'
63 gem 'bootstrap-sass', '~> 3.1.0'
64 gem 'bootstrap-x-editable-rails'
65 gem 'bootstrap-tab-history-rails'
66
67 gem 'angularjs-rails'
68
69 gem 'less'
70 gem 'less-rails'
71 gem 'wiselinks'
72 gem 'sshkey'
73
74 # To use ActiveModel has_secure_password
75 # gem 'bcrypt-ruby', '~> 3.0.0'
76
77 # To use Jbuilder templates for JSON
78 # gem 'jbuilder'
79
80 # Use unicorn as the app server
81 # gem 'unicorn'
82
83 # Deploy with Capistrano
84 # gem 'capistrano'
85
86 # To use debugger
87 #gem 'byebug'
88
89 gem 'passenger', :group => :production
90 gem 'andand'
91 gem 'RedCloth'
92
93 gem 'piwik_analytics'
94 gem 'httpclient', '~> 2.5.0'
95
96 # This fork has Rails 4 compatible routes
97 gem 'themes_for_rails', git: 'https://github.com/holtkampw/themes_for_rails', ref: '1fd2d7897d75ae0d6375f4c390df87b8e91ad417'
98
99 gem "deep_merge", :require => 'deep_merge/rails_compat'
100
101 gem 'morrisjs-rails'
102 gem 'raphael-rails'