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