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