Merge branch 'master' into 2244-sdk-docs
[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 end
32
33 gem 'jquery-rails'
34 gem 'bootstrap-sass', '~> 3.1.0'
35 gem 'bootstrap-x-editable-rails'
36
37 gem 'less'
38 gem 'less-rails'
39
40 # To use ActiveModel has_secure_password
41 # gem 'bcrypt-ruby', '~> 3.0.0'
42
43 # To use Jbuilder templates for JSON
44 # gem 'jbuilder'
45
46 # Use unicorn as the app server
47 # gem 'unicorn'
48
49 # Deploy with Capistrano
50 # gem 'capistrano'
51
52 # To use debugger
53 #gem 'byebug'
54
55 gem 'passenger', :group => :production
56 gem 'andand'
57 gem 'RedCloth'
58
59 gem 'piwik_analytics'
60 gem 'httpclient'
61 gem 'themes_for_rails'
62 gem "deep_merge", :require => 'deep_merge/rails_compat'