e6a278ce24cb0f7c758a197ca882156319f94fae
[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 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.3'
17   gem 'coffee-rails', '~> 3.2.1'
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 'anjlab-bootstrap-rails', '>= 2.2', :require => 'bootstrap-rails'
27
28 # To use ActiveModel has_secure_password
29 # gem 'bcrypt-ruby', '~> 3.0.0'
30
31 # To use Jbuilder templates for JSON
32 # gem 'jbuilder'
33
34 # Use unicorn as the app server
35 # gem 'unicorn'
36
37 # Deploy with Capistrano
38 # gem 'capistrano'
39
40 # To use debugger
41 # gem 'debugger'
42
43 gem 'rvm-capistrano', :group => :test
44
45 gem 'passenger', :group => :production
46