14873: Fixes unit tests.
[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     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     globalid (0.4.2)
114       activesupport (>= 4.2.0)
115     googleauth (0.8.0)
116       faraday (~> 0.12)
117       jwt (>= 1.4, < 3.0)
118       memoist (~> 0.16)
119       multi_json (~> 1.11)
120       os (>= 0.9, < 2.0)
121       signet (~> 0.7)
122     hashie (3.6.0)
123     highline (2.0.1)
124     httpclient (2.8.3)
125     i18n (0.9.5)
126       concurrent-ruby (~> 1.0)
127     jquery-rails (4.3.3)
128       rails-dom-testing (>= 1, < 3)
129       railties (>= 4.2.0)
130       thor (>= 0.14, < 2.0)
131     json (2.2.0)
132     jwt (1.5.6)
133     launchy (2.4.3)
134       addressable (~> 2.3)
135     libv8 (3.16.14.19)
136     lograge (0.10.0)
137       actionpack (>= 4)
138       activesupport (>= 4)
139       railties (>= 4)
140       request_store (~> 1.0)
141     logstash-event (1.2.02)
142     loofah (2.2.3)
143       crass (~> 1.0.2)
144       nokogiri (>= 1.5.9)
145     mail (2.7.1)
146       mini_mime (>= 0.1.1)
147     memoist (0.16.0)
148     metaclass (0.0.4)
149     method_source (0.9.2)
150     mini_mime (1.0.1)
151     mini_portile2 (2.4.0)
152     minitest (5.10.3)
153     mocha (1.8.0)
154       metaclass (~> 0.0.1)
155     multi_json (1.13.1)
156     multi_xml (0.6.0)
157     multipart-post (2.0.0)
158     net-scp (2.0.0)
159       net-ssh (>= 2.6.5, < 6.0.0)
160     net-sftp (2.1.2)
161       net-ssh (>= 2.6.5)
162     net-ssh (5.2.0)
163     net-ssh-gateway (2.0.0)
164       net-ssh (>= 4.0.0)
165     nio4r (2.3.1)
166     nokogiri (1.10.2)
167       mini_portile2 (~> 2.4.0)
168     oauth2 (1.4.1)
169       faraday (>= 0.8, < 0.16.0)
170       jwt (>= 1.0, < 3.0)
171       multi_json (~> 1.3)
172       multi_xml (~> 0.5)
173       rack (>= 1.2, < 3)
174     oj (3.7.11)
175     omniauth (1.4.3)
176       hashie (>= 1.2, < 4)
177       rack (>= 1.6.2, < 3)
178     omniauth-oauth2 (1.5.0)
179       oauth2 (~> 1.1)
180       omniauth (~> 1.2)
181     optimist (3.0.0)
182     os (1.0.0)
183     passenger (6.0.2)
184       rack
185       rake (>= 0.8.1)
186     pg (1.1.4)
187     power_assert (1.1.4)
188     public_suffix (3.0.3)
189     rack (2.0.6)
190     rack-test (0.6.3)
191       rack (>= 1.0)
192     rails (5.0.7.2)
193       actioncable (= 5.0.7.2)
194       actionmailer (= 5.0.7.2)
195       actionpack (= 5.0.7.2)
196       actionview (= 5.0.7.2)
197       activejob (= 5.0.7.2)
198       activemodel (= 5.0.7.2)
199       activerecord (= 5.0.7.2)
200       activesupport (= 5.0.7.2)
201       bundler (>= 1.3.0)
202       railties (= 5.0.7.2)
203       sprockets-rails (>= 2.0.0)
204     rails-controller-testing (1.0.4)
205       actionpack (>= 5.0.1.x)
206       actionview (>= 5.0.1.x)
207       activesupport (>= 5.0.1.x)
208     rails-dom-testing (2.0.3)
209       activesupport (>= 4.2.0)
210       nokogiri (>= 1.6)
211     rails-html-sanitizer (1.0.4)
212       loofah (~> 2.2, >= 2.2.2)
213     rails-observers (0.1.5)
214       activemodel (>= 4.0)
215     rails-perftest (0.0.7)
216     railties (5.0.7.2)
217       actionpack (= 5.0.7.2)
218       activesupport (= 5.0.7.2)
219       method_source
220       rake (>= 0.8.7)
221       thor (>= 0.18.1, < 2.0)
222     rake (12.3.2)
223     ref (2.0.0)
224     request_store (1.4.1)
225       rack (>= 1.4)
226     responders (2.4.1)
227       actionpack (>= 4.2.0, < 6.0)
228       railties (>= 4.2.0, < 6.0)
229     retriable (1.4.1)
230     ruby-prof (0.15.9)
231     rvm-capistrano (1.5.6)
232       capistrano (~> 2.15.4)
233     safe_yaml (1.0.5)
234     signet (0.11.0)
235       addressable (~> 2.3)
236       faraday (~> 0.9)
237       jwt (>= 1.5, < 3.0)
238       multi_json (~> 1.10)
239     simplecov (0.7.1)
240       multi_json (~> 1.0)
241       simplecov-html (~> 0.7.1)
242     simplecov-html (0.7.1)
243     simplecov-rcov (0.2.3)
244       simplecov (>= 0.4.1)
245     sprockets (3.7.2)
246       concurrent-ruby (~> 1.0)
247       rack (> 1, < 3)
248     sprockets-rails (3.2.1)
249       actionpack (>= 4.0)
250       activesupport (>= 4.0)
251       sprockets (>= 3.0.0)
252     sshkey (2.0.0)
253     test-unit (3.3.1)
254       power_assert
255     therubyracer (0.12.3)
256       libv8 (~> 3.16.14.15)
257       ref
258     thor (0.20.3)
259     thread_safe (0.3.6)
260     tzinfo (1.2.5)
261       thread_safe (~> 0.1)
262     uglifier (2.7.2)
263       execjs (>= 0.3.0)
264       json (>= 1.8.0)
265     websocket-driver (0.6.5)
266       websocket-extensions (>= 0.1.0)
267     websocket-extensions (0.1.3)
268
269 PLATFORMS
270   ruby
271
272 DEPENDENCIES
273   acts_as_api
274   andand
275   arvados (>= 1.3.1.20190301212059)
276   arvados-cli
277   byebug
278   database_cleaner
279   factory_bot_rails
280   faye-websocket
281   httpclient
282   jquery-rails
283   lograge
284   logstash-event
285   minitest (= 5.10.3)
286   mocha
287   multi_json
288   oj
289   omniauth (~> 1.4.0)
290   omniauth-oauth2 (~> 1.1)
291   optimist
292   passenger
293   pg (~> 1.0)
294   rails (~> 5.0.0)
295   rails-controller-testing
296   rails-observers
297   rails-perftest
298   responders (~> 2.0)
299   ruby-prof (~> 0.15.0)
300   rvm-capistrano
301   safe_yaml
302   simplecov (~> 0.7.1)
303   simplecov-rcov
304   sshkey
305   test-unit (~> 3.0)
306   themes_for_rails!
307   therubyracer
308   uglifier (~> 2.0)
309
310 BUNDLED WITH
311    1.16.6