move logout link to right
[arvados.git] / 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
12 # Gems used only for assets and not required
13 # in production environments by default.
14 group :assets do
15   gem 'sass-rails',   '~> 3.2.3'
16   gem 'coffee-rails', '~> 3.2.1'
17
18   # See https://github.com/sstephenson/execjs#readme for more supported runtimes
19   gem 'therubyracer', :platforms => :ruby
20
21   gem 'uglifier', '>= 1.0.3'
22 end
23
24 gem 'jquery-rails'
25 gem 'anjlab-bootstrap-rails', '>= 2.2', :require => 'bootstrap-rails'
26
27 # To use ActiveModel has_secure_password
28 # gem 'bcrypt-ruby', '~> 3.0.0'
29
30 # To use Jbuilder templates for JSON
31 # gem 'jbuilder'
32
33 # Use unicorn as the app server
34 # gem 'unicorn'
35
36 # Deploy with Capistrano
37 # gem 'capistrano'
38
39 # To use debugger
40 # gem 'debugger'
41
42 gem 'rvm-capistrano', :group => :test
43
44 gem 'passenger', :group => :production
45