Merge branch '10658-crunch-run-missing-files' closes #10658
[arvados.git] / services / api / Gemfile.lock
1 GEM
2   remote: https://rubygems.org/
3   specs:
4     actionmailer (3.2.22.5)
5       actionpack (= 3.2.22.5)
6       mail (~> 2.5.4)
7     actionpack (3.2.22.5)
8       activemodel (= 3.2.22.5)
9       activesupport (= 3.2.22.5)
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.22.5)
18       activesupport (= 3.2.22.5)
19       builder (~> 3.0.0)
20     activerecord (3.2.22.5)
21       activemodel (= 3.2.22.5)
22       activesupport (= 3.2.22.5)
23       arel (~> 3.0.2)
24       tzinfo (~> 0.3.29)
25     activeresource (3.2.22.5)
26       activemodel (= 3.2.22.5)
27       activesupport (= 3.2.22.5)
28     activesupport (3.2.22.5)
29       i18n (~> 0.6, >= 0.6.4)
30       multi_json (~> 1.0)
31     acts_as_api (0.4.3)
32       activemodel (>= 3.0.0)
33       activesupport (>= 3.0.0)
34       rack (>= 1.1.0)
35     addressable (2.4.0)
36     andand (1.3.3)
37     arel (3.0.3)
38     arvados (0.1.20160513152536)
39       activesupport (>= 3, < 4.2.6)
40       andand (~> 1.3, >= 1.3.3)
41       google-api-client (>= 0.7, < 0.8.9)
42       i18n (~> 0)
43       json (~> 1.7, >= 1.7.7)
44       jwt (>= 0.1.5, < 2)
45     arvados-cli (0.1.20161017193526)
46       activesupport (~> 3.2, >= 3.2.13)
47       andand (~> 1.3, >= 1.3.3)
48       arvados (~> 0.1, >= 0.1.20150128223554)
49       curb (~> 0.8)
50       google-api-client (~> 0.6, >= 0.6.3, < 0.8.9)
51       json (~> 1.7, >= 1.7.7)
52       oj (~> 2.0, >= 2.0.3)
53       trollop (~> 2.0)
54     autoparse (0.3.3)
55       addressable (>= 2.3.1)
56       extlib (>= 0.9.15)
57       multi_json (>= 1.0.0)
58     builder (3.0.4)
59     capistrano (2.15.9)
60       highline
61       net-scp (>= 1.0.0)
62       net-sftp (>= 2.0.0)
63       net-ssh (>= 2.0.14)
64       net-ssh-gateway (>= 1.1.0)
65     coffee-rails (3.2.2)
66       coffee-script (>= 2.2.0)
67       railties (~> 3.2.0)
68     coffee-script (2.4.1)
69       coffee-script-source
70       execjs
71     coffee-script-source (1.10.0)
72     curb (0.9.3)
73     database_cleaner (1.5.3)
74     erubis (2.7.0)
75     eventmachine (1.2.0.1)
76     execjs (2.7.0)
77     extlib (0.9.16)
78     factory_girl (4.7.0)
79       activesupport (>= 3.0.0)
80     factory_girl_rails (4.7.0)
81       factory_girl (~> 4.7.0)
82       railties (>= 3.0.0)
83     faraday (0.9.2)
84       multipart-post (>= 1.2, < 3)
85     faye-websocket (0.10.4)
86       eventmachine (>= 0.12.0)
87       websocket-driver (>= 0.5.1)
88     google-api-client (0.8.7)
89       activesupport (>= 3.2, < 5.0)
90       addressable (~> 2.3)
91       autoparse (~> 0.3)
92       extlib (~> 0.9)
93       faraday (~> 0.9)
94       googleauth (~> 0.3)
95       launchy (~> 2.4)
96       multi_json (~> 1.10)
97       retriable (~> 1.4)
98       signet (~> 0.6)
99     googleauth (0.5.1)
100       faraday (~> 0.9)
101       jwt (~> 1.4)
102       logging (~> 2.0)
103       memoist (~> 0.12)
104       multi_json (~> 1.11)
105       os (~> 0.9)
106       signet (~> 0.7)
107     hashie (3.4.6)
108     highline (1.7.8)
109     hike (1.2.3)
110     i18n (0.7.0)
111     journey (1.0.4)
112     jquery-rails (3.1.4)
113       railties (>= 3.0, < 5.0)
114       thor (>= 0.14, < 2.0)
115     json (1.8.3)
116     jwt (1.5.6)
117     launchy (2.4.3)
118       addressable (~> 2.3)
119     libv8 (3.16.14.15)
120     little-plugger (1.1.4)
121     logging (2.1.0)
122       little-plugger (~> 1.1)
123       multi_json (~> 1.10)
124     lograge (0.3.6)
125       actionpack (>= 3)
126       activesupport (>= 3)
127       railties (>= 3)
128     logstash-event (1.2.02)
129     mail (2.5.4)
130       mime-types (~> 1.16)
131       treetop (~> 1.4.8)
132     memoist (0.15.0)
133     metaclass (0.0.4)
134     mime-types (1.25.1)
135     mocha (1.2.0)
136       metaclass (~> 0.0.1)
137     multi_json (1.12.1)
138     multi_xml (0.5.5)
139     multipart-post (2.0.0)
140     net-scp (1.2.1)
141       net-ssh (>= 2.6.5)
142     net-sftp (2.1.2)
143       net-ssh (>= 2.6.5)
144     net-ssh (3.2.0)
145     net-ssh-gateway (1.2.0)
146       net-ssh (>= 2.6.5)
147     oauth2 (1.2.0)
148       faraday (>= 0.8, < 0.10)
149       jwt (~> 1.0)
150       multi_json (~> 1.3)
151       multi_xml (~> 0.5)
152       rack (>= 1.2, < 3)
153     oj (2.15.0)
154     omniauth (1.3.1)
155       hashie (>= 1.2, < 4)
156       rack (>= 1.0, < 3)
157     omniauth-oauth2 (1.4.0)
158       oauth2 (~> 1.0)
159       omniauth (~> 1.2)
160     os (0.9.6)
161     passenger (5.0.30)
162       rack
163       rake (>= 0.8.1)
164     pg (0.19.0)
165     pg_power (1.6.4)
166       pg
167       rails (~> 3.1)
168     polyglot (0.3.5)
169     power_assert (0.3.1)
170     puma (2.16.0)
171     rack (1.4.7)
172     rack-cache (1.6.1)
173       rack (>= 0.4)
174     rack-ssl (1.3.4)
175       rack
176     rack-test (0.6.3)
177       rack (>= 1.0)
178     rails (3.2.22.5)
179       actionmailer (= 3.2.22.5)
180       actionpack (= 3.2.22.5)
181       activerecord (= 3.2.22.5)
182       activeresource (= 3.2.22.5)
183       activesupport (= 3.2.22.5)
184       bundler (~> 1.0)
185       railties (= 3.2.22.5)
186     railties (3.2.22.5)
187       actionpack (= 3.2.22.5)
188       activesupport (= 3.2.22.5)
189       rack-ssl (~> 1.3.2)
190       rake (>= 0.8.7)
191       rdoc (~> 3.4)
192       thor (>= 0.14.6, < 2.0)
193     rake (11.3.0)
194     rdoc (3.12.2)
195       json (~> 1.4)
196     ref (2.0.0)
197     retriable (1.4.1)
198     ruby-prof (0.16.2)
199     rvm-capistrano (1.5.6)
200       capistrano (~> 2.15.4)
201     safe_yaml (1.0.4)
202     sass (3.4.22)
203     sass-rails (3.2.6)
204       railties (~> 3.2.0)
205       sass (>= 3.1.10)
206       tilt (~> 1.3)
207     signet (0.7.3)
208       addressable (~> 2.3)
209       faraday (~> 0.9)
210       jwt (~> 1.5)
211       multi_json (~> 1.10)
212     simplecov (0.7.1)
213       multi_json (~> 1.0)
214       simplecov-html (~> 0.7.1)
215     simplecov-html (0.7.1)
216     simplecov-rcov (0.2.3)
217       simplecov (>= 0.4.1)
218     sprockets (2.2.3)
219       hike (~> 1.2)
220       multi_json (~> 1.0)
221       rack (~> 1.0)
222       tilt (~> 1.1, != 1.3.0)
223     sshkey (1.8.0)
224     test-unit (3.2.1)
225       power_assert
226     test_after_commit (1.1.0)
227       activerecord (>= 3.2)
228     themes_for_rails (0.5.1)
229       rails (>= 3.0.0)
230     therubyracer (0.12.2)
231       libv8 (~> 3.16.14.0)
232       ref
233     thor (0.19.1)
234     tilt (1.4.1)
235     treetop (1.4.15)
236       polyglot
237       polyglot (>= 0.3.1)
238     trollop (2.1.2)
239     tzinfo (0.3.51)
240     uglifier (2.7.2)
241       execjs (>= 0.3.0)
242       json (>= 1.8.0)
243     websocket-driver (0.6.4)
244       websocket-extensions (>= 0.1.0)
245     websocket-extensions (0.1.2)
246
247 PLATFORMS
248   ruby
249
250 DEPENDENCIES
251   acts_as_api
252   andand
253   arvados (>= 0.1.20150615153458)
254   arvados-cli (>= 0.1.20161017193526)
255   coffee-rails (~> 3.2)
256   database_cleaner
257   factory_girl_rails
258   faye-websocket
259   jquery-rails
260   lograge
261   logstash-event
262   mocha
263   multi_json
264   oj
265   omniauth (~> 1.1)
266   omniauth-oauth2 (~> 1.1)
267   passenger
268   pg
269   pg_power
270   puma (~> 2.0)
271   rails (~> 3.2)
272   ruby-prof
273   rvm-capistrano
274   safe_yaml
275   sass-rails (~> 3.2)
276   simplecov (~> 0.7.1)
277   simplecov-rcov
278   sshkey
279   test-unit (~> 3.0)
280   test_after_commit
281   themes_for_rails
282   therubyracer
283   trollop
284   uglifier (~> 2.0)
285
286 BUNDLED WITH
287    1.13.6