CWL spec -> CWL standards
[arvados.git] / services / api / Gemfile.lock
1 GIT
2   remote: https://github.com/arvados/arvados.git
3   revision: 81725af5d5d2e6cd18ba7099ba5fb1fc520f4f8c
4   glob: sdk/ruby/arvados.gemspec
5   specs:
6     arvados (1.5.0.pre20200114202620)
7       activesupport (>= 3)
8       andand (~> 1.3, >= 1.3.3)
9       arvados-google-api-client (>= 0.7, < 0.8.9)
10       faraday (< 0.16)
11       i18n (~> 0)
12       json (>= 1.7.7, < 3)
13       jwt (>= 0.1.5, < 2)
14
15 GIT
16   remote: https://github.com/arvados/themes_for_rails
17   revision: ddf6e592b3b6493ea0c2de7b5d3faa120ed35be0
18   specs:
19     themes_for_rails (0.5.1)
20       rails (>= 3.0.0)
21
22 GEM
23   remote: https://rubygems.org/
24   specs:
25     actioncable (5.0.7.2)
26       actionpack (= 5.0.7.2)
27       nio4r (>= 1.2, < 3.0)
28       websocket-driver (~> 0.6.1)
29     actionmailer (5.0.7.2)
30       actionpack (= 5.0.7.2)
31       actionview (= 5.0.7.2)
32       activejob (= 5.0.7.2)
33       mail (~> 2.5, >= 2.5.4)
34       rails-dom-testing (~> 2.0)
35     actionpack (5.0.7.2)
36       actionview (= 5.0.7.2)
37       activesupport (= 5.0.7.2)
38       rack (~> 2.0)
39       rack-test (~> 0.6.3)
40       rails-dom-testing (~> 2.0)
41       rails-html-sanitizer (~> 1.0, >= 1.0.2)
42     actionview (5.0.7.2)
43       activesupport (= 5.0.7.2)
44       builder (~> 3.1)
45       erubis (~> 2.7.0)
46       rails-dom-testing (~> 2.0)
47       rails-html-sanitizer (~> 1.0, >= 1.0.3)
48     activejob (5.0.7.2)
49       activesupport (= 5.0.7.2)
50       globalid (>= 0.3.6)
51     activemodel (5.0.7.2)
52       activesupport (= 5.0.7.2)
53     activerecord (5.0.7.2)
54       activemodel (= 5.0.7.2)
55       activesupport (= 5.0.7.2)
56       arel (~> 7.0)
57     activesupport (5.0.7.2)
58       concurrent-ruby (~> 1.0, >= 1.0.2)
59       i18n (>= 0.7, < 2)
60       minitest (~> 5.1)
61       tzinfo (~> 1.1)
62     acts_as_api (1.0.1)
63       activemodel (>= 3.0.0)
64       activesupport (>= 3.0.0)
65       rack (>= 1.1.0)
66     addressable (2.7.0)
67       public_suffix (>= 2.0.2, < 5.0)
68     andand (1.3.3)
69     arel (7.1.4)
70     arvados-google-api-client (0.8.7.3)
71       activesupport (>= 3.2, < 5.1)
72       addressable (~> 2.3)
73       autoparse (~> 0.3)
74       extlib (~> 0.9)
75       faraday (~> 0.9)
76       googleauth (~> 0.3)
77       launchy (~> 2.4)
78       multi_json (~> 1.10)
79       retriable (~> 1.4)
80       signet (~> 0.6)
81     autoparse (0.3.3)
82       addressable (>= 2.3.1)
83       extlib (>= 0.9.15)
84       multi_json (>= 1.0.0)
85     builder (3.2.3)
86     byebug (11.0.1)
87     capistrano (2.15.9)
88       highline
89       net-scp (>= 1.0.0)
90       net-sftp (>= 2.0.0)
91       net-ssh (>= 2.0.14)
92       net-ssh-gateway (>= 1.1.0)
93     concurrent-ruby (1.1.5)
94     crass (1.0.4)
95     database_cleaner (1.7.0)
96     erubis (2.7.0)
97     execjs (2.7.0)
98     extlib (0.9.16)
99     factory_bot (5.0.2)
100       activesupport (>= 4.2.0)
101     factory_bot_rails (5.0.1)
102       factory_bot (~> 5.0.0)
103       railties (>= 4.2.0)
104     faraday (0.15.4)
105       multipart-post (>= 1.2, < 3)
106     ffi (1.9.25)
107     globalid (0.4.2)
108       activesupport (>= 4.2.0)
109     googleauth (0.9.0)
110       faraday (~> 0.12)
111       jwt (>= 1.4, < 3.0)
112       memoist (~> 0.16)
113       multi_json (~> 1.11)
114       os (>= 0.9, < 2.0)
115       signet (~> 0.7)
116     hashie (3.6.0)
117     highline (2.0.1)
118     httpclient (2.8.3)
119     i18n (0.9.5)
120       concurrent-ruby (~> 1.0)
121     jquery-rails (4.3.3)
122       rails-dom-testing (>= 1, < 3)
123       railties (>= 4.2.0)
124       thor (>= 0.14, < 2.0)
125     json (2.3.0)
126     jwt (1.5.6)
127     launchy (2.4.3)
128       addressable (~> 2.3)
129     libv8 (3.16.14.19)
130     lograge (0.10.0)
131       actionpack (>= 4)
132       activesupport (>= 4)
133       railties (>= 4)
134       request_store (~> 1.0)
135     logstash-event (1.2.02)
136     loofah (2.2.3)
137       crass (~> 1.0.2)
138       nokogiri (>= 1.5.9)
139     mail (2.7.1)
140       mini_mime (>= 0.1.1)
141     memoist (0.16.2)
142     metaclass (0.0.4)
143     method_source (0.9.2)
144     mini_mime (1.0.1)
145     mini_portile2 (2.4.0)
146     minitest (5.10.3)
147     mocha (1.8.0)
148       metaclass (~> 0.0.1)
149     multi_json (1.14.1)
150     multi_xml (0.6.0)
151     multipart-post (2.1.1)
152     net-scp (2.0.0)
153       net-ssh (>= 2.6.5, < 6.0.0)
154     net-sftp (2.1.2)
155       net-ssh (>= 2.6.5)
156     net-ssh (5.2.0)
157     net-ssh-gateway (2.0.0)
158       net-ssh (>= 4.0.0)
159     nio4r (2.3.1)
160     nokogiri (1.10.8)
161       mini_portile2 (~> 2.4.0)
162     oauth2 (1.4.1)
163       faraday (>= 0.8, < 0.16.0)
164       jwt (>= 1.0, < 3.0)
165       multi_json (~> 1.3)
166       multi_xml (~> 0.5)
167       rack (>= 1.2, < 3)
168     oj (3.9.2)
169     omniauth (1.4.3)
170       hashie (>= 1.2, < 4)
171       rack (>= 1.6.2, < 3)
172     omniauth-oauth2 (1.5.0)
173       oauth2 (~> 1.1)
174       omniauth (~> 1.2)
175     optimist (3.0.0)
176     os (1.0.1)
177     passenger (6.0.2)
178       rack
179       rake (>= 0.8.1)
180     pg (1.1.4)
181     power_assert (1.1.4)
182     public_suffix (4.0.3)
183     rack (2.0.7)
184     rack-test (0.6.3)
185       rack (>= 1.0)
186     rails (5.0.7.2)
187       actioncable (= 5.0.7.2)
188       actionmailer (= 5.0.7.2)
189       actionpack (= 5.0.7.2)
190       actionview (= 5.0.7.2)
191       activejob (= 5.0.7.2)
192       activemodel (= 5.0.7.2)
193       activerecord (= 5.0.7.2)
194       activesupport (= 5.0.7.2)
195       bundler (>= 1.3.0)
196       railties (= 5.0.7.2)
197       sprockets-rails (>= 2.0.0)
198     rails-controller-testing (1.0.4)
199       actionpack (>= 5.0.1.x)
200       actionview (>= 5.0.1.x)
201       activesupport (>= 5.0.1.x)
202     rails-dom-testing (2.0.3)
203       activesupport (>= 4.2.0)
204       nokogiri (>= 1.6)
205     rails-html-sanitizer (1.0.4)
206       loofah (~> 2.2, >= 2.2.2)
207     rails-observers (0.1.5)
208       activemodel (>= 4.0)
209     rails-perftest (0.0.7)
210     railties (5.0.7.2)
211       actionpack (= 5.0.7.2)
212       activesupport (= 5.0.7.2)
213       method_source
214       rake (>= 0.8.7)
215       thor (>= 0.18.1, < 2.0)
216     rake (13.0.1)
217     rb-fsevent (0.10.3)
218     rb-inotify (0.9.10)
219       ffi (>= 0.5.0, < 2)
220     ref (2.0.0)
221     request_store (1.4.1)
222       rack (>= 1.4)
223     responders (2.4.1)
224       actionpack (>= 4.2.0, < 6.0)
225       railties (>= 4.2.0, < 6.0)
226     retriable (1.4.1)
227     ruby-prof (0.15.9)
228     rvm-capistrano (1.5.6)
229       capistrano (~> 2.15.4)
230     safe_yaml (1.0.5)
231     sass (3.5.5)
232       sass-listen (~> 4.0.0)
233     sass-listen (4.0.0)
234       rb-fsevent (~> 0.9, >= 0.9.4)
235       rb-inotify (~> 0.9, >= 0.9.7)
236     sass-rails (5.0.7)
237       railties (>= 4.0.0, < 6)
238       sass (~> 3.1)
239       sprockets (>= 2.8, < 4.0)
240       sprockets-rails (>= 2.0, < 4.0)
241       tilt (>= 1.1, < 3)
242     signet (0.11.0)
243       addressable (~> 2.3)
244       faraday (~> 0.9)
245       jwt (>= 1.5, < 3.0)
246       multi_json (~> 1.10)
247     simplecov (0.7.1)
248       multi_json (~> 1.0)
249       simplecov-html (~> 0.7.1)
250     simplecov-html (0.7.1)
251     simplecov-rcov (0.2.3)
252       simplecov (>= 0.4.1)
253     sprockets (3.7.2)
254       concurrent-ruby (~> 1.0)
255       rack (> 1, < 3)
256     sprockets-rails (3.2.1)
257       actionpack (>= 4.0)
258       activesupport (>= 4.0)
259       sprockets (>= 3.0.0)
260     sshkey (2.0.0)
261     test-unit (3.3.1)
262       power_assert
263     therubyracer (0.12.3)
264       libv8 (~> 3.16.14.15)
265       ref
266     thor (0.20.3)
267     thread_safe (0.3.6)
268     tilt (2.0.8)
269     tzinfo (1.2.6)
270       thread_safe (~> 0.1)
271     uglifier (2.7.2)
272       execjs (>= 0.3.0)
273       json (>= 1.8.0)
274     websocket-driver (0.6.5)
275       websocket-extensions (>= 0.1.0)
276     websocket-extensions (0.1.3)
277
278 PLATFORMS
279   ruby
280
281 DEPENDENCIES
282   acts_as_api
283   andand
284   arvados!
285   byebug
286   database_cleaner
287   factory_bot_rails
288   httpclient
289   jquery-rails
290   lograge
291   logstash-event
292   minitest (= 5.10.3)
293   mocha
294   multi_json
295   oj
296   omniauth (~> 1.4.0)
297   omniauth-oauth2 (~> 1.1)
298   optimist
299   passenger
300   pg (~> 1.0)
301   rails (~> 5.0.0)
302   rails-controller-testing
303   rails-observers
304   rails-perftest
305   responders (~> 2.0)
306   ruby-prof (~> 0.15.0)
307   rvm-capistrano
308   safe_yaml
309   sass-rails
310   signet (< 0.12)
311   simplecov (~> 0.7.1)
312   simplecov-rcov
313   sshkey
314   test-unit (~> 3.0)
315   themes_for_rails!
316   therubyracer
317   uglifier (~> 2.0)
318
319 BUNDLED WITH
320    1.11