Merge branch '17774-fix-cancel-cr'
[arvados.git] / apps / workbench / Gemfile.lock
1 GIT
2   remote: https://github.com/arvados/nulldb
3   revision: d8e0073b665acdd2537c5eb15178a60f02f4b413
4   specs:
5     activerecord-nulldb-adapter (0.3.9)
6       activerecord (>= 2.0.0)
7
8 GIT
9   remote: https://github.com/arvados/themes_for_rails
10   revision: ddf6e592b3b6493ea0c2de7b5d3faa120ed35be0
11   specs:
12     themes_for_rails (0.5.1)
13       rails (>= 3.0.0)
14
15 GEM
16   remote: https://rubygems.org/
17   specs:
18     RedCloth (4.3.2)
19     actioncable (5.2.6)
20       actionpack (= 5.2.6)
21       nio4r (~> 2.0)
22       websocket-driver (>= 0.6.1)
23     actionmailer (5.2.6)
24       actionpack (= 5.2.6)
25       actionview (= 5.2.6)
26       activejob (= 5.2.6)
27       mail (~> 2.5, >= 2.5.4)
28       rails-dom-testing (~> 2.0)
29     actionpack (5.2.6)
30       actionview (= 5.2.6)
31       activesupport (= 5.2.6)
32       rack (~> 2.0, >= 2.0.8)
33       rack-test (>= 0.6.3)
34       rails-dom-testing (~> 2.0)
35       rails-html-sanitizer (~> 1.0, >= 1.0.2)
36     actionview (5.2.6)
37       activesupport (= 5.2.6)
38       builder (~> 3.1)
39       erubi (~> 1.4)
40       rails-dom-testing (~> 2.0)
41       rails-html-sanitizer (~> 1.0, >= 1.0.3)
42     activejob (5.2.6)
43       activesupport (= 5.2.6)
44       globalid (>= 0.3.6)
45     activemodel (5.2.6)
46       activesupport (= 5.2.6)
47     activerecord (5.2.6)
48       activemodel (= 5.2.6)
49       activesupport (= 5.2.6)
50       arel (>= 9.0)
51     activestorage (5.2.6)
52       actionpack (= 5.2.6)
53       activerecord (= 5.2.6)
54       marcel (~> 1.0.0)
55     activesupport (5.2.6)
56       concurrent-ruby (~> 1.0, >= 1.0.2)
57       i18n (>= 0.7, < 2)
58       minitest (~> 5.1)
59       tzinfo (~> 1.1)
60     addressable (2.7.0)
61       public_suffix (>= 2.0.2, < 5.0)
62     andand (1.3.3)
63     angularjs-rails (1.3.15)
64     arel (9.0.0)
65     arvados (2.1.5)
66       activesupport (>= 3)
67       andand (~> 1.3, >= 1.3.3)
68       arvados-google-api-client (>= 0.7, < 0.8.9)
69       faraday (< 0.16)
70       i18n (~> 0)
71       json (>= 1.7.7, < 3)
72       jwt (>= 0.1.5, < 2)
73     arvados-google-api-client (0.8.7.4)
74       activesupport (>= 3.2, < 5.3)
75       addressable (~> 2.3)
76       autoparse (~> 0.3)
77       extlib (~> 0.9)
78       faraday (~> 0.9)
79       googleauth (~> 0.3)
80       launchy (~> 2.4)
81       multi_json (~> 1.10)
82       retriable (~> 1.4)
83       signet (~> 0.6)
84     autoparse (0.3.3)
85       addressable (>= 2.3.1)
86       extlib (>= 0.9.15)
87       multi_json (>= 1.0.0)
88     autoprefixer-rails (9.5.1.1)
89       execjs
90     bootsnap (1.4.7)
91       msgpack (~> 1.0)
92     bootstrap-sass (3.4.1)
93       autoprefixer-rails (>= 5.2.1)
94       sassc (>= 2.0.0)
95     bootstrap-tab-history-rails (0.1.0)
96       railties (>= 3.1)
97     bootstrap-x-editable-rails (1.5.1.1)
98       railties (>= 3.0)
99     builder (3.2.4)
100     byebug (11.0.1)
101     capistrano (2.15.9)
102       highline
103       net-scp (>= 1.0.0)
104       net-sftp (>= 2.0.0)
105       net-ssh (>= 2.0.14)
106       net-ssh-gateway (>= 1.1.0)
107     capybara (2.5.0)
108       mime-types (>= 1.16)
109       nokogiri (>= 1.3.3)
110       rack (>= 1.0.0)
111       rack-test (>= 0.5.4)
112       xpath (~> 2.0)
113     childprocess (0.9.0)
114       ffi (~> 1.0, >= 1.0.11)
115     cliver (0.3.2)
116     coffee-rails (4.2.2)
117       coffee-script (>= 2.2.0)
118       railties (>= 4.0.0)
119     coffee-script (2.4.1)
120       coffee-script-source
121       execjs
122     coffee-script-source (1.12.2)
123     commonjs (0.2.7)
124     concurrent-ruby (1.1.9)
125     crass (1.0.6)
126     deep_merge (1.2.1)
127     docile (1.3.1)
128     erubi (1.10.0)
129     execjs (2.7.0)
130     extlib (0.9.16)
131     faraday (0.15.4)
132       multipart-post (>= 1.2, < 3)
133     ffi (1.10.0)
134     flamegraph (0.9.5)
135     globalid (0.4.2)
136       activesupport (>= 4.2.0)
137     googleauth (0.9.0)
138       faraday (~> 0.12)
139       jwt (>= 1.4, < 3.0)
140       memoist (~> 0.16)
141       multi_json (~> 1.11)
142       os (>= 0.9, < 2.0)
143       signet (~> 0.7)
144     headless (1.0.2)
145     highline (2.0.2)
146     httpclient (2.8.3)
147     i18n (0.9.5)
148       concurrent-ruby (~> 1.0)
149     jquery-rails (4.3.3)
150       rails-dom-testing (>= 1, < 3)
151       railties (>= 4.2.0)
152       thor (>= 0.14, < 2.0)
153     json (2.5.1)
154     jwt (1.5.6)
155     launchy (2.4.3)
156       addressable (~> 2.3)
157     less (2.6.0)
158       commonjs (~> 0.2.7)
159     less-rails (4.0.0)
160       actionpack (>= 4)
161       less (~> 2.6.0)
162       sprockets (>= 2)
163     libv8 (3.16.14.19)
164     lograge (0.10.0)
165       actionpack (>= 4)
166       activesupport (>= 4)
167       railties (>= 4)
168       request_store (~> 1.0)
169     logstash-event (1.2.02)
170     loofah (2.10.0)
171       crass (~> 1.0.2)
172       nokogiri (>= 1.5.9)
173     mail (2.7.1)
174       mini_mime (>= 0.1.1)
175     marcel (1.0.1)
176     memoist (0.16.2)
177     metaclass (0.0.4)
178     method_source (1.0.0)
179     mime-types (3.2.2)
180       mime-types-data (~> 3.2015)
181     mime-types-data (3.2019.0331)
182     mini_mime (1.1.0)
183     mini_portile2 (2.5.3)
184     minitest (5.10.3)
185     mocha (1.8.0)
186       metaclass (~> 0.0.1)
187     morrisjs-rails (0.5.1.2)
188       railties (> 3.1, < 6)
189     msgpack (1.3.3)
190     multi_json (1.15.0)
191     multipart-post (2.1.1)
192     net-scp (2.0.0)
193       net-ssh (>= 2.6.5, < 6.0.0)
194     net-sftp (2.1.2)
195       net-ssh (>= 2.6.5)
196     net-ssh (5.2.0)
197     net-ssh-gateway (2.0.0)
198       net-ssh (>= 4.0.0)
199     nio4r (2.5.7)
200     nokogiri (1.11.7)
201       mini_portile2 (~> 2.5.0)
202       racc (~> 1.4)
203     npm-rails (0.2.1)
204       rails (>= 3.2)
205     oj (3.7.12)
206     os (1.1.1)
207     passenger (6.0.2)
208       rack
209       rake (>= 0.8.1)
210     piwik_analytics (1.0.2)
211       actionpack
212       activesupport
213       rails (>= 3.0.0)
214     poltergeist (1.5.1)
215       capybara (~> 2.1)
216       cliver (~> 0.3.1)
217       multi_json (~> 1.0)
218       websocket-driver (>= 0.2.0)
219     public_suffix (4.0.6)
220     racc (1.5.2)
221     rack (2.2.3)
222     rack-mini-profiler (1.0.2)
223       rack (>= 1.2.0)
224     rack-test (1.1.0)
225       rack (>= 1.0, < 3)
226     rails (5.2.6)
227       actioncable (= 5.2.6)
228       actionmailer (= 5.2.6)
229       actionpack (= 5.2.6)
230       actionview (= 5.2.6)
231       activejob (= 5.2.6)
232       activemodel (= 5.2.6)
233       activerecord (= 5.2.6)
234       activestorage (= 5.2.6)
235       activesupport (= 5.2.6)
236       bundler (>= 1.3.0)
237       railties (= 5.2.6)
238       sprockets-rails (>= 2.0.0)
239     rails-controller-testing (1.0.4)
240       actionpack (>= 5.0.1.x)
241       actionview (>= 5.0.1.x)
242       activesupport (>= 5.0.1.x)
243     rails-dom-testing (2.0.3)
244       activesupport (>= 4.2.0)
245       nokogiri (>= 1.6)
246     rails-html-sanitizer (1.3.0)
247       loofah (~> 2.3)
248     rails-perftest (0.0.7)
249     railties (5.2.6)
250       actionpack (= 5.2.6)
251       activesupport (= 5.2.6)
252       method_source
253       rake (>= 0.8.7)
254       thor (>= 0.19.0, < 2.0)
255     rake (13.0.3)
256     raphael-rails (2.1.2)
257     rb-fsevent (0.10.3)
258     rb-inotify (0.10.0)
259       ffi (~> 1.0)
260     ref (2.0.0)
261     request_store (1.4.1)
262       rack (>= 1.4)
263     responders (2.4.1)
264       actionpack (>= 4.2.0, < 6.0)
265       railties (>= 4.2.0, < 6.0)
266     retriable (1.4.1)
267     ruby-debug-passenger (0.2.0)
268     ruby-prof (0.17.0)
269     rubyzip (1.3.0)
270     rvm-capistrano (1.5.6)
271       capistrano (~> 2.15.4)
272     safe_yaml (1.0.5)
273     sass (3.7.4)
274       sass-listen (~> 4.0.0)
275     sass-listen (4.0.0)
276       rb-fsevent (~> 0.9, >= 0.9.4)
277       rb-inotify (~> 0.9, >= 0.9.7)
278     sassc (2.0.1)
279       ffi (~> 1.9)
280       rake
281     sassc-rails (2.1.0)
282       railties (>= 4.0.0)
283       sassc (>= 2.0)
284       sprockets (> 3.0)
285       sprockets-rails
286       tilt
287     selenium-webdriver (3.141.0)
288       childprocess (~> 0.5)
289       rubyzip (~> 1.2, >= 1.2.2)
290     signet (0.11.0)
291       addressable (~> 2.3)
292       faraday (~> 0.9)
293       jwt (>= 1.5, < 3.0)
294       multi_json (~> 1.10)
295     simplecov (0.16.1)
296       docile (~> 1.1)
297       json (>= 1.8, < 3)
298       simplecov-html (~> 0.10.0)
299     simplecov-html (0.10.2)
300     simplecov-rcov (0.2.3)
301       simplecov (>= 0.4.1)
302     sprockets (3.7.2)
303       concurrent-ruby (~> 1.0)
304       rack (> 1, < 3)
305     sprockets-rails (3.2.2)
306       actionpack (>= 4.0)
307       activesupport (>= 4.0)
308       sprockets (>= 3.0.0)
309     sshkey (2.0.0)
310     therubyracer (0.12.3)
311       libv8 (~> 3.16.14.15)
312       ref
313     thor (1.1.0)
314     thread_safe (0.3.6)
315     tilt (2.0.9)
316     tzinfo (1.2.9)
317       thread_safe (~> 0.1)
318     uglifier (2.7.2)
319       execjs (>= 0.3.0)
320       json (>= 1.8.0)
321     websocket-driver (0.7.4)
322       websocket-extensions (>= 0.1.0)
323     websocket-extensions (0.1.5)
324     xpath (2.1.0)
325       nokogiri (~> 1.3)
326
327 PLATFORMS
328   ruby
329
330 DEPENDENCIES
331   RedCloth
332   activerecord-nulldb-adapter!
333   andand
334   angularjs-rails (~> 1.3.8)
335   arvados (~> 2.1.5)
336   bootsnap
337   bootstrap-sass (~> 3.4.1)
338   bootstrap-tab-history-rails
339   bootstrap-x-editable-rails
340   byebug
341   capybara (~> 2.5.0)
342   coffee-rails
343   deep_merge
344   flamegraph
345   headless (~> 1.0.2)
346   httpclient (~> 2.5)
347   jquery-rails
348   launchy (~> 2.4.0)
349   less
350   less-rails
351   lograge
352   logstash-event
353   mime-types
354   minitest (~> 5.10.3)
355   mocha
356   morrisjs-rails
357   multi_json
358   npm-rails
359   oj
360   passenger
361   piwik_analytics
362   poltergeist (~> 1.5.1)
363   rack-mini-profiler
364   rails (~> 5.2.0)
365   rails-controller-testing
366   rails-perftest
367   raphael-rails
368   responders (~> 2.0)
369   ruby-debug-passenger
370   ruby-prof
371   rvm-capistrano
372   safe_yaml
373   sass
374   sassc-rails
375   selenium-webdriver (~> 3)
376   signet (< 0.12)
377   simplecov (~> 0.7)
378   simplecov-rcov
379   sprockets (~> 3.0)
380   sshkey
381   themes_for_rails!
382   therubyracer
383   uglifier (~> 2.0)
384
385 BUNDLED WITH
386    1.17.3