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