Advertise filters param in discovery doc.
[arvados.git] / services / api / Gemfile.lock
1 GEM
2   remote: https://rubygems.org/
3   specs:
4     actionmailer (3.2.15)
5       actionpack (= 3.2.15)
6       mail (~> 2.5.4)
7     actionpack (3.2.15)
8       activemodel (= 3.2.15)
9       activesupport (= 3.2.15)
10       builder (~> 3.0.0)
11       erubis (~> 2.7.0)
12       journey (~> 1.0.4)
13       rack (~> 1.4.5)
14       rack-cache (~> 1.2)
15       rack-test (~> 0.6.1)
16       sprockets (~> 2.2.1)
17     activemodel (3.2.15)
18       activesupport (= 3.2.15)
19       builder (~> 3.0.0)
20     activerecord (3.2.15)
21       activemodel (= 3.2.15)
22       activesupport (= 3.2.15)
23       arel (~> 3.0.2)
24       tzinfo (~> 0.3.29)
25     activeresource (3.2.15)
26       activemodel (= 3.2.15)
27       activesupport (= 3.2.15)
28     activesupport (3.2.15)
29       i18n (~> 0.6, >= 0.6.4)
30       multi_json (~> 1.0)
31     acts_as_api (0.4.1)
32       activemodel (>= 3.0.0)
33       activesupport (>= 3.0.0)
34       rack (>= 1.1.0)
35     andand (1.3.3)
36     arel (3.0.2)
37     builder (3.0.4)
38     capistrano (2.15.5)
39       highline
40       net-scp (>= 1.0.0)
41       net-sftp (>= 2.0.0)
42       net-ssh (>= 2.0.14)
43       net-ssh-gateway (>= 1.1.0)
44     coffee-rails (3.2.1)
45       coffee-script (>= 2.2.0)
46       railties (~> 3.2.0.beta)
47     coffee-script (2.2.0)
48       coffee-script-source
49       execjs
50     coffee-script-source (1.6.3)
51     daemon_controller (1.1.7)
52     erubis (2.7.0)
53     execjs (2.0.2)
54     faraday (0.8.8)
55       multipart-post (~> 1.2.0)
56     hashie (1.2.0)
57     highline (1.6.20)
58     hike (1.2.3)
59     httpauth (0.2.0)
60     i18n (0.6.5)
61     journey (1.0.4)
62     jquery-rails (3.0.4)
63       railties (>= 3.0, < 5.0)
64       thor (>= 0.14, < 2.0)
65     json (1.8.1)
66     jwt (0.1.8)
67       multi_json (>= 1.5)
68     libv8 (3.16.14.3)
69     mail (2.5.4)
70       mime-types (~> 1.16)
71       treetop (~> 1.4.8)
72     mime-types (1.25)
73     multi_json (1.8.2)
74     multipart-post (1.2.0)
75     net-scp (1.1.2)
76       net-ssh (>= 2.6.5)
77     net-sftp (2.1.2)
78       net-ssh (>= 2.6.5)
79     net-ssh (2.7.0)
80     net-ssh-gateway (1.2.0)
81       net-ssh (>= 2.6.5)
82     oauth2 (0.8.1)
83       faraday (~> 0.8)
84       httpauth (~> 0.1)
85       jwt (~> 0.1.4)
86       multi_json (~> 1.0)
87       rack (~> 1.2)
88     oj (2.1.7)
89     omniauth (1.1.1)
90       hashie (~> 1.2)
91       rack
92     omniauth-oauth2 (1.1.1)
93       oauth2 (~> 0.8.0)
94       omniauth (~> 1.0)
95     passenger (4.0.23)
96       daemon_controller (>= 1.1.0)
97       rack
98       rake (>= 0.8.1)
99     pg (0.17.0)
100     polyglot (0.3.3)
101     rack (1.4.5)
102     rack-cache (1.2)
103       rack (>= 0.4)
104     rack-ssl (1.3.3)
105       rack
106     rack-test (0.6.2)
107       rack (>= 1.0)
108     rails (3.2.15)
109       actionmailer (= 3.2.15)
110       actionpack (= 3.2.15)
111       activerecord (= 3.2.15)
112       activeresource (= 3.2.15)
113       activesupport (= 3.2.15)
114       bundler (~> 1.0)
115       railties (= 3.2.15)
116     railties (3.2.15)
117       actionpack (= 3.2.15)
118       activesupport (= 3.2.15)
119       rack-ssl (~> 1.3.2)
120       rake (>= 0.8.7)
121       rdoc (~> 3.4)
122       thor (>= 0.14.6, < 2.0)
123     rake (10.1.0)
124     rdoc (3.12.2)
125       json (~> 1.4)
126     redis (3.0.5)
127     ref (1.0.5)
128     rvm-capistrano (1.5.1)
129       capistrano (~> 2.15.4)
130     sass (3.2.12)
131     sass-rails (3.2.6)
132       railties (~> 3.2.0)
133       sass (>= 3.1.10)
134       tilt (~> 1.3)
135     sprockets (2.2.2)
136       hike (~> 1.2)
137       multi_json (~> 1.0)
138       rack (~> 1.0)
139       tilt (~> 1.1, != 1.3.0)
140     test_after_commit (0.2.2)
141     therubyracer (0.12.0)
142       libv8 (~> 3.16.14.0)
143       ref
144     thor (0.18.1)
145     tilt (1.4.1)
146     treetop (1.4.15)
147       polyglot
148       polyglot (>= 0.3.1)
149     tzinfo (0.3.38)
150     uglifier (2.3.0)
151       execjs (>= 0.3.0)
152       json (>= 1.8.0)
153
154 PLATFORMS
155   ruby
156
157 DEPENDENCIES
158   acts_as_api
159   andand
160   coffee-rails (~> 3.2.0)
161   jquery-rails
162   multi_json
163   oj
164   omniauth (= 1.1.1)
165   omniauth-oauth2 (= 1.1.1)
166   passenger
167   pg
168   rails (~> 3.2.0)
169   redis
170   rvm-capistrano
171   sass-rails (>= 3.2.0)
172   test_after_commit
173   therubyracer
174   uglifier (>= 1.0.3)