We don't need the pg gem in workbench.
[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
13 # Gems used only for assets and not required
14 # in production environments by default.
15 group :assets do
16   gem 'sass-rails',   '~> 3.2.0'
17   gem 'coffee-rails', '~> 3.2.0'
18
19   # See https://github.com/sstephenson/execjs#readme for more supported runtimes
20   gem 'therubyracer', :platforms => :ruby
21
22   gem 'uglifier', '>= 1.0.3'
23 end
24
25 gem 'jquery-rails'
26 gem 'twitter-bootstrap-rails'
27 gem 'anjlab-bootstrap-rails', '>= 2.2', :require => 'bootstrap-rails'
28 gem 'bootstrap-editable-rails'
29 gem 'less'
30 gem 'less-rails'
31
32 # To use ActiveModel has_secure_password
33 # gem 'bcrypt-ruby', '~> 3.0.0'
34
35 # To use Jbuilder templates for JSON
36 # gem 'jbuilder'
37
38 # Use unicorn as the app server
39 # gem 'unicorn'
40
41 # Deploy with Capistrano
42 # gem 'capistrano'
43
44 # To use debugger
45 # gem 'debugger'
46
47 gem 'rvm-capistrano', :group => :test
48
49 gem 'passenger', :group => :production
50 gem 'andand'
51 gem 'RedCloth'
52
53 gem 'piwik_analytics'