update gems
[arvados.git] / Gemfile
1 source 'http://rubygems.org'
2
3 gem 'rails', '3.1.5'
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 'json'
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.1.5'
17   gem 'coffee-rails', '~> 3.1.1'
18
19   # See https://github.com/sstephenson/execjs#readme for more supported runtimes
20   gem 'therubyracer'
21
22   gem 'uglifier', '>= 1.0.3'
23 end
24
25 gem 'jquery-rails'
26
27 # To use ActiveModel has_secure_password
28 # gem 'bcrypt-ruby', '~> 3.0.0'
29
30 # Use unicorn as the web server
31 # gem 'unicorn'
32
33 # Deploy with Capistrano
34 # gem 'capistrano'
35
36 # To use debugger
37 # gem 'ruby-debug'
38
39 gem 'rvm-capistrano', :group => :test