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