17417: Testing if execjs is really needed.
[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     listen (3.2.1)
126       rb-fsevent (~> 0.10, >= 0.10.3)
127       rb-inotify (~> 0.9, >= 0.9.10)
128     lograge (0.10.0)
129       actionpack (>= 4)
130       activesupport (>= 4)
131       railties (>= 4)
132       request_store (~> 1.0)
133     logstash-event (1.2.02)
134     loofah (2.10.0)
135       crass (~> 1.0.2)
136       nokogiri (>= 1.5.9)
137     mail (2.7.1)
138       mini_mime (>= 0.1.1)
139     marcel (1.0.1)
140     memoist (0.16.2)
141     metaclass (0.0.4)
142     method_source (1.0.0)
143     mini_mime (1.1.0)
144     mini_portile2 (2.6.1)
145     minitest (5.10.3)
146     mocha (1.8.0)
147       metaclass (~> 0.0.1)
148     multi_json (1.15.0)
149     multipart-post (2.1.1)
150     net-scp (2.0.0)
151       net-ssh (>= 2.6.5, < 6.0.0)
152     net-sftp (2.1.2)
153       net-ssh (>= 2.6.5)
154     net-ssh (5.2.0)
155     net-ssh-gateway (2.0.0)
156       net-ssh (>= 4.0.0)
157     nio4r (2.5.7)
158     nokogiri (1.12.5)
159       mini_portile2 (~> 2.6.1)
160       racc (~> 1.4)
161     oj (3.9.2)
162     optimist (3.0.0)
163     os (1.1.1)
164     passenger (6.0.2)
165       rack
166       rake (>= 0.8.1)
167     pg (1.1.4)
168     power_assert (1.1.4)
169     public_suffix (4.0.6)
170     racc (1.6.0)
171     rack (2.2.3)
172     rack-test (1.1.0)
173       rack (>= 1.0, < 3)
174     rails (5.2.6)
175       actioncable (= 5.2.6)
176       actionmailer (= 5.2.6)
177       actionpack (= 5.2.6)
178       actionview (= 5.2.6)
179       activejob (= 5.2.6)
180       activemodel (= 5.2.6)
181       activerecord (= 5.2.6)
182       activestorage (= 5.2.6)
183       activesupport (= 5.2.6)
184       bundler (>= 1.3.0)
185       railties (= 5.2.6)
186       sprockets-rails (>= 2.0.0)
187     rails-controller-testing (1.0.4)
188       actionpack (>= 5.0.1.x)
189       actionview (>= 5.0.1.x)
190       activesupport (>= 5.0.1.x)
191     rails-dom-testing (2.0.3)
192       activesupport (>= 4.2.0)
193       nokogiri (>= 1.6)
194     rails-html-sanitizer (1.3.0)
195       loofah (~> 2.3)
196     rails-observers (0.1.5)
197       activemodel (>= 4.0)
198     rails-perftest (0.0.7)
199     railties (5.2.6)
200       actionpack (= 5.2.6)
201       activesupport (= 5.2.6)
202       method_source
203       rake (>= 0.8.7)
204       thor (>= 0.19.0, < 2.0)
205     rake (13.0.3)
206     rb-fsevent (0.10.3)
207     rb-inotify (0.9.10)
208       ffi (>= 0.5.0, < 2)
209     request_store (1.4.1)
210       rack (>= 1.4)
211     responders (2.4.1)
212       actionpack (>= 4.2.0, < 6.0)
213       railties (>= 4.2.0, < 6.0)
214     retriable (1.4.1)
215     ruby-prof (0.15.9)
216     rvm-capistrano (1.5.6)
217       capistrano (~> 2.15.4)
218     safe_yaml (1.0.5)
219     sass (3.5.5)
220       sass-listen (~> 4.0.0)
221     sass-listen (4.0.0)
222       rb-fsevent (~> 0.9, >= 0.9.4)
223       rb-inotify (~> 0.9, >= 0.9.7)
224     sass-rails (5.0.7)
225       railties (>= 4.0.0, < 6)
226       sass (~> 3.1)
227       sprockets (>= 2.8, < 4.0)
228       sprockets-rails (>= 2.0, < 4.0)
229       tilt (>= 1.1, < 3)
230     signet (0.11.0)
231       addressable (~> 2.3)
232       faraday (~> 0.9)
233       jwt (>= 1.5, < 3.0)
234       multi_json (~> 1.10)
235     simplecov (0.7.1)
236       multi_json (~> 1.0)
237       simplecov-html (~> 0.7.1)
238     simplecov-html (0.7.1)
239     simplecov-rcov (0.2.3)
240       simplecov (>= 0.4.1)
241     sprockets (3.7.2)
242       concurrent-ruby (~> 1.0)
243       rack (> 1, < 3)
244     sprockets-rails (3.2.2)
245       actionpack (>= 4.0)
246       activesupport (>= 4.0)
247       sprockets (>= 3.0.0)
248     sshkey (2.0.0)
249     test-unit (3.3.1)
250       power_assert
251     thor (1.1.0)
252     thread_safe (0.3.6)
253     tilt (2.0.8)
254     tzinfo (1.2.9)
255       thread_safe (~> 0.1)
256     uglifier (2.7.2)
257       execjs (>= 0.3.0)
258       json (>= 1.8.0)
259     websocket-driver (0.7.4)
260       websocket-extensions (>= 0.1.0)
261     websocket-extensions (0.1.5)
262
263 PLATFORMS
264   ruby
265
266 DEPENDENCIES
267   acts_as_api
268   andand
269   arvados (~> 2.1.5)
270   byebug
271   factory_bot_rails
272   httpclient
273   jquery-rails
274   listen
275   lograge
276   logstash-event
277   minitest (= 5.10.3)
278   mocha
279   multi_json
280   oj
281   optimist
282   passenger
283   pg (~> 1.0)
284   rails (~> 5.2.0)
285   rails-controller-testing
286   rails-observers
287   rails-perftest
288   responders (~> 2.0)
289   ruby-prof (~> 0.15.0)
290   rvm-capistrano
291   safe_yaml
292   sass-rails
293   signet (< 0.12)
294   simplecov (~> 0.7.1)
295   simplecov-rcov
296   sshkey
297   test-unit (~> 3.0)
298   themes_for_rails!
299   uglifier (~> 2.0)
300
301 BUNDLED WITH
302    2.2.19