Advertise filters param in discovery doc.
[arvados.git] / services / api / Gemfile
1 source 'https://rubygems.org'
2
3 gem 'rails', '~> 3.2.0'
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 # Start using multi_json once we are on Rails 3.2;
12 # Rails 3.1 has a dependency on multi_json < 1.3.0 but we need version 1.3.4 to 
13 # fix bug https://github.com/collectiveidea/json_spec/issues/27
14 gem 'multi_json'
15 gem 'oj'
16
17 # Gems used only for assets and not required
18 # in production environments by default.
19 group :assets do
20   gem 'sass-rails',   '>= 3.2.0'
21   gem 'coffee-rails', '~> 3.2.0'
22
23   # See https://github.com/sstephenson/execjs#readme for more supported runtimes
24   gem 'therubyracer'
25
26   gem 'uglifier', '>= 1.0.3'
27 end
28
29 gem 'jquery-rails'
30
31 # To use ActiveModel has_secure_password
32 # gem 'bcrypt-ruby', '~> 3.0.0'
33
34 # Use unicorn as the web server
35 # gem 'unicorn'
36
37 # Deploy with Capistrano
38 # gem 'capistrano'
39
40 # To use debugger
41 # gem 'ruby-debug'
42
43 gem 'rvm-capistrano', :group => :test
44
45 gem 'acts_as_api'
46
47 gem 'passenger', :group => :production
48
49 gem 'omniauth', '1.1.1'
50 gem 'omniauth-oauth2', '1.1.1'
51
52 gem 'andand'
53 gem 'redis'
54
55 gem 'test_after_commit', :group => :test