Merge branch 'master' into 12513-make-dashboard-fast-again
[arvados.git] / services / api / Gemfile.lock
1 GIT
2   remote: https://github.com/curoverse/themes_for_rails
3   revision: 61154877047d2346890bda0b7be5827cf51a6a76
4   specs:
5     themes_for_rails (0.5.1)
6       rails (>= 3.0.0)
7
8 GEM
9   remote: https://rubygems.org/
10   specs:
11     actionmailer (4.2.5.2)
12       actionpack (= 4.2.5.2)
13       actionview (= 4.2.5.2)
14       activejob (= 4.2.5.2)
15       mail (~> 2.5, >= 2.5.4)
16       rails-dom-testing (~> 1.0, >= 1.0.5)
17     actionpack (4.2.5.2)
18       actionview (= 4.2.5.2)
19       activesupport (= 4.2.5.2)
20       rack (~> 1.6)
21       rack-test (~> 0.6.2)
22       rails-dom-testing (~> 1.0, >= 1.0.5)
23       rails-html-sanitizer (~> 1.0, >= 1.0.2)
24     actionview (4.2.5.2)
25       activesupport (= 4.2.5.2)
26       builder (~> 3.1)
27       erubis (~> 2.7.0)
28       rails-dom-testing (~> 1.0, >= 1.0.5)
29       rails-html-sanitizer (~> 1.0, >= 1.0.2)
30     activejob (4.2.5.2)
31       activesupport (= 4.2.5.2)
32       globalid (>= 0.3.0)
33     activemodel (4.2.5.2)
34       activesupport (= 4.2.5.2)
35       builder (~> 3.1)
36     activerecord (4.2.5.2)
37       activemodel (= 4.2.5.2)
38       activesupport (= 4.2.5.2)
39       arel (~> 6.0)
40     activesupport (4.2.5.2)
41       i18n (~> 0.7)
42       json (~> 1.7, >= 1.7.7)
43       minitest (~> 5.1)
44       thread_safe (~> 0.3, >= 0.3.4)
45       tzinfo (~> 1.1)
46     acts_as_api (1.0.0)
47       activemodel (>= 3.0.0)
48       activesupport (>= 3.0.0)
49       rack (>= 1.1.0)
50     addressable (2.5.1)
51       public_suffix (~> 2.0, >= 2.0.2)
52     andand (1.3.3)
53     arel (6.0.4)
54     arvados (0.1.20170629115132)
55       activesupport (>= 3, < 4.2.6)
56       andand (~> 1.3, >= 1.3.3)
57       google-api-client (>= 0.7, < 0.8.9)
58       i18n (~> 0)
59       json (>= 1.7.7, < 3)
60       jwt (>= 0.1.5, < 2)
61     arvados-cli (0.1.20170817171636)
62       activesupport (>= 3.2.13, < 5)
63       andand (~> 1.3, >= 1.3.3)
64       arvados (~> 0.1, >= 0.1.20150128223554)
65       curb (~> 0.8)
66       google-api-client (~> 0.6, >= 0.6.3, < 0.8.9)
67       json (>= 1.7.7, < 3)
68       oj (~> 2.0, >= 2.0.3)
69       trollop (~> 2.0)
70     autoparse (0.3.3)
71       addressable (>= 2.3.1)
72       extlib (>= 0.9.15)
73       multi_json (>= 1.0.0)
74     builder (3.2.3)
75     capistrano (2.15.9)
76       highline
77       net-scp (>= 1.0.0)
78       net-sftp (>= 2.0.0)
79       net-ssh (>= 2.0.14)
80       net-ssh-gateway (>= 1.1.0)
81     coffee-rails (4.2.1)
82       coffee-script (>= 2.2.0)
83       railties (>= 4.0.0, < 5.2.x)
84     coffee-script (2.4.1)
85       coffee-script-source
86       execjs
87     coffee-script-source (1.12.2)
88     concurrent-ruby (1.0.5)
89     crass (1.0.2)
90     curb (0.9.3)
91     database_cleaner (1.5.3)
92     erubis (2.7.0)
93     eventmachine (1.2.3)
94     execjs (2.7.0)
95     extlib (0.9.16)
96     factory_girl (4.8.0)
97       activesupport (>= 3.0.0)
98     factory_girl_rails (4.8.0)
99       factory_girl (~> 4.8.0)
100       railties (>= 3.0.0)
101     faraday (0.11.0)
102       multipart-post (>= 1.2, < 3)
103     faye-websocket (0.10.7)
104       eventmachine (>= 0.12.0)
105       websocket-driver (>= 0.5.1)
106     globalid (0.3.7)
107       activesupport (>= 4.1.0)
108     google-api-client (0.8.7)
109       activesupport (>= 3.2, < 5.0)
110       addressable (~> 2.3)
111       autoparse (~> 0.3)
112       extlib (~> 0.9)
113       faraday (~> 0.9)
114       googleauth (~> 0.3)
115       launchy (~> 2.4)
116       multi_json (~> 1.10)
117       retriable (~> 1.4)
118       signet (~> 0.6)
119     googleauth (0.5.1)
120       faraday (~> 0.9)
121       jwt (~> 1.4)
122       logging (~> 2.0)
123       memoist (~> 0.12)
124       multi_json (~> 1.11)
125       os (~> 0.9)
126       signet (~> 0.7)
127     hashie (3.5.5)
128     highline (1.7.8)
129     hike (1.2.3)
130     i18n (0.9.0)
131       concurrent-ruby (~> 1.0)
132     jquery-rails (4.2.2)
133       rails-dom-testing (>= 1, < 3)
134       railties (>= 4.2.0)
135       thor (>= 0.14, < 2.0)
136     json (1.8.6)
137     jwt (1.5.6)
138     launchy (2.4.3)
139       addressable (~> 2.3)
140     libv8 (3.16.14.19)
141     little-plugger (1.1.4)
142     logging (2.2.2)
143       little-plugger (~> 1.1)
144       multi_json (~> 1.10)
145     lograge (0.7.1)
146       actionpack (>= 4, < 5.2)
147       activesupport (>= 4, < 5.2)
148       railties (>= 4, < 5.2)
149       request_store (~> 1.0)
150     logstash-event (1.2.02)
151     loofah (2.1.1)
152       crass (~> 1.0.2)
153       nokogiri (>= 1.5.9)
154     mail (2.6.4)
155       mime-types (>= 1.16, < 4)
156     memoist (0.16.0)
157     metaclass (0.0.4)
158     mime-types (3.1)
159       mime-types-data (~> 3.2015)
160     mime-types-data (3.2016.0521)
161     mini_portile2 (2.3.0)
162     minitest (5.10.3)
163     mocha (1.2.1)
164       metaclass (~> 0.0.1)
165     multi_json (1.12.1)
166     multi_xml (0.6.0)
167     multipart-post (2.0.0)
168     net-scp (1.2.1)
169       net-ssh (>= 2.6.5)
170     net-sftp (2.1.2)
171       net-ssh (>= 2.6.5)
172     net-ssh (4.1.0)
173     net-ssh-gateway (2.0.0)
174       net-ssh (>= 4.0.0)
175     nokogiri (1.8.1)
176       mini_portile2 (~> 2.3.0)
177     oauth2 (1.3.1)
178       faraday (>= 0.8, < 0.12)
179       jwt (~> 1.0)
180       multi_json (~> 1.3)
181       multi_xml (~> 0.5)
182       rack (>= 1.2, < 3)
183     oj (2.18.5)
184     oj_mimic_json (1.0.1)
185     omniauth (1.4.2)
186       hashie (>= 1.2, < 4)
187       rack (>= 1.0, < 3)
188     omniauth-oauth2 (1.4.0)
189       oauth2 (~> 1.0)
190       omniauth (~> 1.2)
191     os (0.9.6)
192     passenger (5.1.2)
193       rack
194       rake (>= 0.8.1)
195     pg (0.20.0)
196     power_assert (1.0.1)
197     protected_attributes (1.1.3)
198       activemodel (>= 4.0.1, < 5.0)
199     public_suffix (2.0.5)
200     rack (1.6.8)
201     rack-test (0.6.3)
202       rack (>= 1.0)
203     rails (4.2.5.2)
204       actionmailer (= 4.2.5.2)
205       actionpack (= 4.2.5.2)
206       actionview (= 4.2.5.2)
207       activejob (= 4.2.5.2)
208       activemodel (= 4.2.5.2)
209       activerecord (= 4.2.5.2)
210       activesupport (= 4.2.5.2)
211       bundler (>= 1.3.0, < 2.0)
212       railties (= 4.2.5.2)
213       sprockets-rails
214     rails-deprecated_sanitizer (1.0.3)
215       activesupport (>= 4.2.0.alpha)
216     rails-dom-testing (1.0.8)
217       activesupport (>= 4.2.0.beta, < 5.0)
218       nokogiri (~> 1.6)
219       rails-deprecated_sanitizer (>= 1.0.1)
220     rails-html-sanitizer (1.0.3)
221       loofah (~> 2.0)
222     rails-observers (0.1.2)
223       activemodel (~> 4.0)
224     railties (4.2.5.2)
225       actionpack (= 4.2.5.2)
226       activesupport (= 4.2.5.2)
227       rake (>= 0.8.7)
228       thor (>= 0.18.1, < 2.0)
229     rake (12.2.1)
230     ref (2.0.0)
231     request_store (1.3.2)
232     responders (2.3.0)
233       railties (>= 4.2.0, < 5.1)
234     retriable (1.4.1)
235     ruby-prof (0.16.2)
236     rvm-capistrano (1.5.6)
237       capistrano (~> 2.15.4)
238     safe_yaml (1.0.4)
239     sass (3.2.19)
240     sass-rails (4.0.5)
241       railties (>= 4.0.0, < 5.0)
242       sass (~> 3.2.2)
243       sprockets (~> 2.8, < 3.0)
244       sprockets-rails (~> 2.0)
245     signet (0.7.3)
246       addressable (~> 2.3)
247       faraday (~> 0.9)
248       jwt (~> 1.5)
249       multi_json (~> 1.10)
250     simplecov (0.7.1)
251       multi_json (~> 1.0)
252       simplecov-html (~> 0.7.1)
253     simplecov-html (0.7.1)
254     simplecov-rcov (0.2.3)
255       simplecov (>= 0.4.1)
256     sprockets (2.12.4)
257       hike (~> 1.2)
258       multi_json (~> 1.0)
259       rack (~> 1.0)
260       tilt (~> 1.1, != 1.3.0)
261     sprockets-rails (2.3.3)
262       actionpack (>= 3.0)
263       activesupport (>= 3.0)
264       sprockets (>= 2.8, < 4.0)
265     sshkey (1.9.0)
266     test-unit (3.2.3)
267       power_assert
268     test_after_commit (1.1.0)
269       activerecord (>= 3.2)
270     therubyracer (0.12.3)
271       libv8 (~> 3.16.14.15)
272       ref
273     thor (0.20.0)
274     thread_safe (0.3.6)
275     tilt (1.4.1)
276     trollop (2.1.2)
277     tzinfo (1.2.4)
278       thread_safe (~> 0.1)
279     uglifier (2.7.2)
280       execjs (>= 0.3.0)
281       json (>= 1.8.0)
282     websocket-driver (0.6.5)
283       websocket-extensions (>= 0.1.0)
284     websocket-extensions (0.1.2)
285
286 PLATFORMS
287   ruby
288
289 DEPENDENCIES
290   acts_as_api
291   andand
292   arvados (>= 0.1.20150615153458)
293   arvados-cli (>= 0.1.20161017193526)
294   coffee-rails (~> 4.0)
295   database_cleaner
296   factory_girl_rails
297   faye-websocket
298   jquery-rails
299   lograge
300   logstash-event
301   mocha
302   multi_json
303   oj
304   oj_mimic_json
305   omniauth (~> 1.4.0)
306   omniauth-oauth2 (~> 1.1)
307   passenger
308   pg
309   protected_attributes
310   rails (~> 4.0)
311   rails-observers
312   responders (~> 2.0)
313   ruby-prof
314   rvm-capistrano
315   safe_yaml
316   sass-rails (~> 4.0)
317   simplecov (~> 0.7.1)
318   simplecov-rcov
319   sshkey
320   test-unit (~> 3.0)
321   test_after_commit
322   themes_for_rails!
323   therubyracer
324   trollop
325   uglifier (~> 2.0)
326
327 BUNDLED WITH
328    1.16.0