2756: Fix "duplicate tab" behavior in Chrome.
[arvados.git] / apps / workbench / Gemfile
1 source 'https://rubygems.org'
2
3 gem 'rails', '~> 3.2.0'
4
5 # Bundle edge Rails instead:
6 # gem 'rails', :git => 'git://github.com/rails/rails.git'
7
8 gem 'sqlite3'
9
10 gem 'multi_json'
11 gem 'oj'
12 gem 'sass'
13
14 # Gems used only for assets and not required
15 # in production environments by default.
16 group :assets do
17   gem 'sass-rails',   '~> 3.2.0'
18   gem 'coffee-rails', '~> 3.2.0'
19
20   # See https://github.com/sstephenson/execjs#readme for more supported runtimes
21   gem 'therubyracer', :platforms => :ruby
22
23   gem 'uglifier', '>= 1.0.3'
24 end
25
26 group :test do
27   gem 'rvm-capistrano'
28   gem 'selenium-webdriver'
29   gem 'capybara'
30   gem 'poltergeist'
31   gem 'headless'
32   # Note: "require: false" here tells bunder not to automatically
33   # 'require' the packages during application startup. Installation is
34   # still mandatory.
35   gem 'simplecov', '~> 0.7.1', require: false
36   gem 'simplecov-rcov', require: false
37 end
38
39 gem 'jquery-rails'
40 gem 'bootstrap-sass', '~> 3.1.0'
41 gem 'bootstrap-x-editable-rails'
42
43 gem 'less'
44 gem 'less-rails'
45
46 # To use ActiveModel has_secure_password
47 # gem 'bcrypt-ruby', '~> 3.0.0'
48
49 # To use Jbuilder templates for JSON
50 # gem 'jbuilder'
51
52 # Use unicorn as the app server
53 # gem 'unicorn'
54
55 # Deploy with Capistrano
56 # gem 'capistrano'
57
58 # To use debugger
59 #gem 'byebug'
60
61 gem 'passenger', :group => :production
62 gem 'andand'
63 gem 'RedCloth'
64
65 gem 'piwik_analytics'
66 gem 'httpclient'
67 gem 'themes_for_rails'
68 gem "deep_merge", :require => 'deep_merge/rails_compat'