Switch to MultiJson which uses Oj under the hood (since it is available).
[arvados.git] / Gemfile
1 source 'http://rubygems.org'
2
3 gem 'rails', '3.1.10'
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.1.5'
18   gem 'coffee-rails', '~> 3.1.1'
19
20   # See https://github.com/sstephenson/execjs#readme for more supported runtimes
21   gem 'therubyracer'
22
23   gem 'uglifier', '>= 1.0.3'
24 end
25
26 gem 'jquery-rails'
27
28 # To use ActiveModel has_secure_password
29 # gem 'bcrypt-ruby', '~> 3.0.0'
30
31 # Use unicorn as the web server
32 # gem 'unicorn'
33
34 # Deploy with Capistrano
35 # gem 'capistrano'
36
37 # To use debugger
38 # gem 'ruby-debug'
39
40 gem 'rvm-capistrano', :group => :test
41
42 gem 'acts_as_api'
43
44 gem 'passenger', :group => :production
45
46 gem 'omniauth', '1.1.1'
47 gem 'omniauth-oauth2', '1.1.1'