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