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