17417: switch our Rails codebases from therubyracer to mini_racer.
[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.6)
12       actionpack (= 5.2.6)
13       nio4r (~> 2.0)
14       websocket-driver (>= 0.6.1)
15     actionmailer (5.2.6)
16       actionpack (= 5.2.6)
17       actionview (= 5.2.6)
18       activejob (= 5.2.6)
19       mail (~> 2.5, >= 2.5.4)
20       rails-dom-testing (~> 2.0)
21     actionpack (5.2.6)
22       actionview (= 5.2.6)
23       activesupport (= 5.2.6)
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.6)
29       activesupport (= 5.2.6)
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.6)
35       activesupport (= 5.2.6)
36       globalid (>= 0.3.6)
37     activemodel (5.2.6)
38       activesupport (= 5.2.6)
39     activerecord (5.2.6)
40       activemodel (= 5.2.6)
41       activesupport (= 5.2.6)
42       arel (>= 9.0)
43     activestorage (5.2.6)
44       actionpack (= 5.2.6)
45       activerecord (= 5.2.6)
46       marcel (~> 1.0.0)
47     activesupport (5.2.6)
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.8.0)
57       public_suffix (>= 2.0.2, < 5.0)
58     andand (1.3.3)
59     arel (9.0.0)
60     arvados (2.1.5)
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     builder (3.2.4)
84     byebug (11.0.1)
85     capistrano (2.15.9)
86       highline
87       net-scp (>= 1.0.0)
88       net-sftp (>= 2.0.0)
89       net-ssh (>= 2.0.14)
90       net-ssh-gateway (>= 1.1.0)
91     concurrent-ruby (1.1.9)
92     crass (1.0.6)
93     erubi (1.10.0)
94     execjs (2.7.0)
95     extlib (0.9.16)
96     factory_bot (5.0.2)
97       activesupport (>= 4.2.0)
98     factory_bot_rails (5.0.1)
99       factory_bot (~> 5.0.0)
100       railties (>= 4.2.0)
101     faraday (0.15.4)
102       multipart-post (>= 1.2, < 3)
103     ffi (1.9.25)
104     globalid (0.4.2)
105       activesupport (>= 4.2.0)
106     googleauth (0.9.0)
107       faraday (~> 0.12)
108       jwt (>= 1.4, < 3.0)
109       memoist (~> 0.16)
110       multi_json (~> 1.11)
111       os (>= 0.9, < 2.0)
112       signet (~> 0.7)
113     highline (2.0.1)
114     httpclient (2.8.3)
115     i18n (0.9.5)
116       concurrent-ruby (~> 1.0)
117     jquery-rails (4.3.3)
118       rails-dom-testing (>= 1, < 3)
119       railties (>= 4.2.0)
120       thor (>= 0.14, < 2.0)
121     json (2.5.1)
122     jwt (1.5.6)
123     launchy (2.5.0)
124       addressable (~> 2.7)
125     libv8-node (15.14.0.1)
126     listen (3.2.1)
127       rb-fsevent (~> 0.10, >= 0.10.3)
128       rb-inotify (~> 0.9, >= 0.9.10)
129     lograge (0.10.0)
130       actionpack (>= 4)
131       activesupport (>= 4)
132       railties (>= 4)
133       request_store (~> 1.0)
134     logstash-event (1.2.02)
135     loofah (2.10.0)
136       crass (~> 1.0.2)
137       nokogiri (>= 1.5.9)
138     mail (2.7.1)
139       mini_mime (>= 0.1.1)
140     marcel (1.0.1)
141     memoist (0.16.2)
142     metaclass (0.0.4)
143     method_source (1.0.0)
144     mini_mime (1.1.0)
145     mini_portile2 (2.6.1)
146     mini_racer (0.4.0)
147       libv8-node (~> 15.14.0.0)
148     minitest (5.10.3)
149     mocha (1.8.0)
150       metaclass (~> 0.0.1)
151     multi_json (1.15.0)
152     multipart-post (2.1.1)
153     net-scp (2.0.0)
154       net-ssh (>= 2.6.5, < 6.0.0)
155     net-sftp (2.1.2)
156       net-ssh (>= 2.6.5)
157     net-ssh (5.2.0)
158     net-ssh-gateway (2.0.0)
159       net-ssh (>= 4.0.0)
160     nio4r (2.5.7)
161     nokogiri (1.12.5)
162       mini_portile2 (~> 2.6.1)
163       racc (~> 1.4)
164     oj (3.9.2)
165     optimist (3.0.0)
166     os (1.1.1)
167     passenger (6.0.2)
168       rack
169       rake (>= 0.8.1)
170     pg (1.1.4)
171     power_assert (1.1.4)
172     public_suffix (4.0.6)
173     racc (1.6.0)
174     rack (2.2.3)
175     rack-test (1.1.0)
176       rack (>= 1.0, < 3)
177     rails (5.2.6)
178       actioncable (= 5.2.6)
179       actionmailer (= 5.2.6)
180       actionpack (= 5.2.6)
181       actionview (= 5.2.6)
182       activejob (= 5.2.6)
183       activemodel (= 5.2.6)
184       activerecord (= 5.2.6)
185       activestorage (= 5.2.6)
186       activesupport (= 5.2.6)
187       bundler (>= 1.3.0)
188       railties (= 5.2.6)
189       sprockets-rails (>= 2.0.0)
190     rails-controller-testing (1.0.4)
191       actionpack (>= 5.0.1.x)
192       actionview (>= 5.0.1.x)
193       activesupport (>= 5.0.1.x)
194     rails-dom-testing (2.0.3)
195       activesupport (>= 4.2.0)
196       nokogiri (>= 1.6)
197     rails-html-sanitizer (1.3.0)
198       loofah (~> 2.3)
199     rails-observers (0.1.5)
200       activemodel (>= 4.0)
201     rails-perftest (0.0.7)
202     railties (5.2.6)
203       actionpack (= 5.2.6)
204       activesupport (= 5.2.6)
205       method_source
206       rake (>= 0.8.7)
207       thor (>= 0.19.0, < 2.0)
208     rake (13.0.3)
209     rb-fsevent (0.10.3)
210     rb-inotify (0.9.10)
211       ffi (>= 0.5.0, < 2)
212     request_store (1.4.1)
213       rack (>= 1.4)
214     responders (2.4.1)
215       actionpack (>= 4.2.0, < 6.0)
216       railties (>= 4.2.0, < 6.0)
217     retriable (1.4.1)
218     ruby-prof (0.15.9)
219     rvm-capistrano (1.5.6)
220       capistrano (~> 2.15.4)
221     safe_yaml (1.0.5)
222     sass (3.5.5)
223       sass-listen (~> 4.0.0)
224     sass-listen (4.0.0)
225       rb-fsevent (~> 0.9, >= 0.9.4)
226       rb-inotify (~> 0.9, >= 0.9.7)
227     sass-rails (5.0.7)
228       railties (>= 4.0.0, < 6)
229       sass (~> 3.1)
230       sprockets (>= 2.8, < 4.0)
231       sprockets-rails (>= 2.0, < 4.0)
232       tilt (>= 1.1, < 3)
233     signet (0.11.0)
234       addressable (~> 2.3)
235       faraday (~> 0.9)
236       jwt (>= 1.5, < 3.0)
237       multi_json (~> 1.10)
238     simplecov (0.7.1)
239       multi_json (~> 1.0)
240       simplecov-html (~> 0.7.1)
241     simplecov-html (0.7.1)
242     simplecov-rcov (0.2.3)
243       simplecov (>= 0.4.1)
244     sprockets (3.7.2)
245       concurrent-ruby (~> 1.0)
246       rack (> 1, < 3)
247     sprockets-rails (3.2.2)
248       actionpack (>= 4.0)
249       activesupport (>= 4.0)
250       sprockets (>= 3.0.0)
251     sshkey (2.0.0)
252     test-unit (3.3.1)
253       power_assert
254     thor (1.1.0)
255     thread_safe (0.3.6)
256     tilt (2.0.8)
257     tzinfo (1.2.9)
258       thread_safe (~> 0.1)
259     uglifier (2.7.2)
260       execjs (>= 0.3.0)
261       json (>= 1.8.0)
262     websocket-driver (0.7.4)
263       websocket-extensions (>= 0.1.0)
264     websocket-extensions (0.1.5)
265
266 PLATFORMS
267   ruby
268
269 DEPENDENCIES
270   acts_as_api
271   andand
272   arvados (~> 2.1.5)
273   byebug
274   factory_bot_rails
275   httpclient
276   jquery-rails
277   listen
278   lograge
279   logstash-event
280   mini_racer
281   minitest (= 5.10.3)
282   mocha
283   multi_json
284   oj
285   optimist
286   passenger
287   pg (~> 1.0)
288   rails (~> 5.2.0)
289   rails-controller-testing
290   rails-observers
291   rails-perftest
292   responders (~> 2.0)
293   ruby-prof (~> 0.15.0)
294   rvm-capistrano
295   safe_yaml
296   sass-rails
297   signet (< 0.12)
298   simplecov (~> 0.7.1)
299   simplecov-rcov
300   sshkey
301   test-unit (~> 3.0)
302   themes_for_rails!
303   uglifier (~> 2.0)
304
305 BUNDLED WITH
306    2.2.19