update bundle, bring in bootstrap-editable
[arvados.git] / apps / workbench / Gemfile
1 source 'https://rubygems.org'
2
3 gem 'rails', '3.2.11'
4
5 # Bundle edge Rails instead:
6 # gem 'rails', :git => 'git://github.com/rails/rails.git'
7
8 gem 'sqlite3'
9 gem 'pg'
10
11 gem 'multi_json'
12 gem 'oj'
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.3'
18   gem 'coffee-rails', '~> 3.2.1'
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 'twitter-bootstrap-rails'
28 gem 'anjlab-bootstrap-rails', '>= 2.2', :require => 'bootstrap-rails'
29 gem 'bootstrap-rails'
30 gem 'bootstrap-editable-rails'
31 gem 'less'
32 gem 'less-rails'
33
34 # To use ActiveModel has_secure_password
35 # gem 'bcrypt-ruby', '~> 3.0.0'
36
37 # To use Jbuilder templates for JSON
38 # gem 'jbuilder'
39
40 # Use unicorn as the app server
41 # gem 'unicorn'
42
43 # Deploy with Capistrano
44 # gem 'capistrano'
45
46 # To use debugger
47 # gem 'debugger'
48
49 gem 'rvm-capistrano', :group => :test
50
51 gem 'passenger', :group => :production