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