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