20862: Add 'sdk/ruby-google-api-client/' from commit '2f4be67955e48bb65d008ecd9ff6da9...
[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.8.1)
20       actionpack (= 5.2.8.1)
21       nio4r (~> 2.0)
22       websocket-driver (>= 0.6.1)
23     actionmailer (5.2.8.1)
24       actionpack (= 5.2.8.1)
25       actionview (= 5.2.8.1)
26       activejob (= 5.2.8.1)
27       mail (~> 2.5, >= 2.5.4)
28       rails-dom-testing (~> 2.0)
29     actionpack (5.2.8.1)
30       actionview (= 5.2.8.1)
31       activesupport (= 5.2.8.1)
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.8.1)
37       activesupport (= 5.2.8.1)
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.8.1)
43       activesupport (= 5.2.8.1)
44       globalid (>= 0.3.6)
45     activemodel (5.2.8.1)
46       activesupport (= 5.2.8.1)
47     activerecord (5.2.8.1)
48       activemodel (= 5.2.8.1)
49       activesupport (= 5.2.8.1)
50       arel (>= 9.0)
51     activestorage (5.2.8.1)
52       actionpack (= 5.2.8.1)
53       activerecord (= 5.2.8.1)
54       marcel (~> 1.0.0)
55     activesupport (5.2.8.1)
56       concurrent-ruby (~> 1.0, >= 1.0.2)
57       i18n (>= 0.7, < 2)
58       minitest (~> 5.1)
59       tzinfo (~> 1.1)
60     addressable (2.8.5)
61       public_suffix (>= 2.0.2, < 6.0)
62     andand (1.3.3)
63     angularjs-rails (1.3.15)
64     arel (9.0.0)
65     arvados (2.7.0.dev20230818173219)
66       activesupport (>= 3)
67       andand (~> 1.3, >= 1.3.3)
68       arvados-google-api-client (>= 0.8.7.5, < 0.8.8)
69       faraday (~> 1.0)
70       faraday-multipart (~> 1.0)
71       i18n (~> 0)
72       json (>= 1.7.7, < 3)
73       jwt (>= 0.1.5, < 2)
74     arvados-google-api-client (0.8.7.5)
75       activesupport (>= 3.2, < 8.0)
76       addressable (~> 2.3)
77       autoparse (~> 0.3)
78       extlib (~> 0.9)
79       faraday (~> 1.0)
80       faraday-multipart (~> 1.0)
81       googleauth (~> 1.0)
82       launchy (~> 2.4)
83       multi_json (~> 1.10)
84       retriable (~> 1.4)
85       signet (~> 0.6)
86     autoparse (0.3.3)
87       addressable (>= 2.3.1)
88       extlib (>= 0.9.15)
89       multi_json (>= 1.0.0)
90     autoprefixer-rails (9.5.1.1)
91       execjs
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     concurrent-ruby (1.2.2)
117     crass (1.0.6)
118     deep_merge (1.2.1)
119     docile (1.3.1)
120     erubi (1.12.0)
121     execjs (2.7.0)
122     extlib (0.9.16)
123     faraday (1.10.3)
124       faraday-em_http (~> 1.0)
125       faraday-em_synchrony (~> 1.0)
126       faraday-excon (~> 1.1)
127       faraday-httpclient (~> 1.0)
128       faraday-multipart (~> 1.0)
129       faraday-net_http (~> 1.0)
130       faraday-net_http_persistent (~> 1.0)
131       faraday-patron (~> 1.0)
132       faraday-rack (~> 1.0)
133       faraday-retry (~> 1.0)
134       ruby2_keywords (>= 0.0.4)
135     faraday-em_http (1.0.0)
136     faraday-em_synchrony (1.0.0)
137     faraday-excon (1.1.0)
138     faraday-httpclient (1.0.1)
139     faraday-multipart (1.0.4)
140       multipart-post (~> 2)
141     faraday-net_http (1.0.1)
142     faraday-net_http_persistent (1.2.0)
143     faraday-patron (1.0.0)
144     faraday-rack (1.0.0)
145     faraday-retry (1.0.3)
146     ffi (1.10.0)
147     flamegraph (0.9.5)
148     globalid (1.1.0)
149       activesupport (>= 5.0)
150     googleauth (1.7.0)
151       faraday (>= 0.17.3, < 3.a)
152       jwt (>= 1.4, < 3.0)
153       memoist (~> 0.16)
154       multi_json (~> 1.11)
155       os (>= 0.9, < 2.0)
156       signet (>= 0.16, < 2.a)
157     headless (1.0.2)
158     highline (2.0.2)
159     httpclient (2.8.3)
160     i18n (0.9.5)
161       concurrent-ruby (~> 1.0)
162     jquery-rails (4.5.1)
163       rails-dom-testing (>= 1, < 3)
164       railties (>= 4.2.0)
165       thor (>= 0.14, < 2.0)
166     json (2.6.3)
167     jwt (1.5.6)
168     launchy (2.4.3)
169       addressable (~> 2.3)
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.20.0)
177       crass (~> 1.0.2)
178       nokogiri (>= 1.5.9)
179     mail (2.7.1)
180       mini_mime (>= 0.1.1)
181     marcel (1.0.2)
182     memoist (0.16.2)
183     metaclass (0.0.4)
184     method_source (1.0.0)
185     mime-types (3.2.2)
186       mime-types-data (~> 3.2015)
187     mime-types-data (3.2019.0331)
188     mini_mime (1.1.2)
189     mini_portile2 (2.8.2)
190     minitest (5.10.3)
191     mocha (1.8.0)
192       metaclass (~> 0.0.1)
193     morrisjs-rails (0.5.1.2)
194       railties (> 3.1, < 6)
195     multi_json (1.15.0)
196     multipart-post (2.3.0)
197     net-scp (2.0.0)
198       net-ssh (>= 2.6.5, < 6.0.0)
199     net-sftp (2.1.2)
200       net-ssh (>= 2.6.5)
201     net-ssh (5.2.0)
202     net-ssh-gateway (2.0.0)
203       net-ssh (>= 4.0.0)
204     nio4r (2.5.8)
205     nokogiri (1.14.3)
206       mini_portile2 (~> 2.8.0)
207       racc (~> 1.4)
208     npm-rails (0.2.1)
209       rails (>= 3.2)
210     oj (3.7.12)
211     os (1.1.4)
212     passenger (6.0.15)
213       rack
214       rake (>= 0.8.1)
215     piwik_analytics (1.0.2)
216       actionpack
217       activesupport
218       rails (>= 3.0.0)
219     poltergeist (1.5.1)
220       capybara (~> 2.1)
221       cliver (~> 0.3.1)
222       multi_json (~> 1.0)
223       websocket-driver (>= 0.2.0)
224     public_suffix (5.0.3)
225     racc (1.6.2)
226     rack (2.2.7)
227     rack-mini-profiler (1.0.2)
228       rack (>= 1.2.0)
229     rack-test (2.1.0)
230       rack (>= 1.3)
231     rails (5.2.8.1)
232       actioncable (= 5.2.8.1)
233       actionmailer (= 5.2.8.1)
234       actionpack (= 5.2.8.1)
235       actionview (= 5.2.8.1)
236       activejob (= 5.2.8.1)
237       activemodel (= 5.2.8.1)
238       activerecord (= 5.2.8.1)
239       activestorage (= 5.2.8.1)
240       activesupport (= 5.2.8.1)
241       bundler (>= 1.3.0)
242       railties (= 5.2.8.1)
243       sprockets-rails (>= 2.0.0)
244     rails-controller-testing (1.0.4)
245       actionpack (>= 5.0.1.x)
246       actionview (>= 5.0.1.x)
247       activesupport (>= 5.0.1.x)
248     rails-dom-testing (2.0.3)
249       activesupport (>= 4.2.0)
250       nokogiri (>= 1.6)
251     rails-html-sanitizer (1.5.0)
252       loofah (~> 2.19, >= 2.19.1)
253     rails-perftest (0.0.7)
254     railties (5.2.8.1)
255       actionpack (= 5.2.8.1)
256       activesupport (= 5.2.8.1)
257       method_source
258       rake (>= 0.8.7)
259       thor (>= 0.19.0, < 2.0)
260     rake (13.0.6)
261     raphael-rails (2.1.2)
262     rb-fsevent (0.10.3)
263     rb-inotify (0.10.0)
264       ffi (~> 1.0)
265     request_store (1.4.1)
266       rack (>= 1.4)
267     responders (2.4.1)
268       actionpack (>= 4.2.0, < 6.0)
269       railties (>= 4.2.0, < 6.0)
270     retriable (1.4.1)
271     ruby-debug-passenger (0.2.0)
272     ruby-prof (0.17.0)
273     ruby2_keywords (0.0.5)
274     rubyzip (1.3.0)
275     rvm-capistrano (1.5.6)
276       capistrano (~> 2.15.4)
277     safe_yaml (1.0.5)
278     sass (3.7.4)
279       sass-listen (~> 4.0.0)
280     sass-listen (4.0.0)
281       rb-fsevent (~> 0.9, >= 0.9.4)
282       rb-inotify (~> 0.9, >= 0.9.7)
283     sassc (2.0.1)
284       ffi (~> 1.9)
285       rake
286     sassc-rails (2.1.0)
287       railties (>= 4.0.0)
288       sassc (>= 2.0)
289       sprockets (> 3.0)
290       sprockets-rails
291       tilt
292     selenium-webdriver (3.141.0)
293       childprocess (~> 0.5)
294       rubyzip (~> 1.2, >= 1.2.2)
295     signet (0.17.0)
296       addressable (~> 2.8)
297       faraday (>= 0.17.5, < 3.a)
298       jwt (>= 1.5, < 3.0)
299       multi_json (~> 1.10)
300     simplecov (0.16.1)
301       docile (~> 1.1)
302       json (>= 1.8, < 3)
303       simplecov-html (~> 0.10.0)
304     simplecov-html (0.10.2)
305     simplecov-rcov (0.2.3)
306       simplecov (>= 0.4.1)
307     sprockets (3.7.2)
308       concurrent-ruby (~> 1.0)
309       rack (> 1, < 3)
310     sprockets-rails (3.4.2)
311       actionpack (>= 5.2)
312       activesupport (>= 5.2)
313       sprockets (>= 3.0.0)
314     sshkey (2.0.0)
315     thor (1.2.1)
316     thread_safe (0.3.6)
317     tilt (2.0.9)
318     tzinfo (1.2.11)
319       thread_safe (~> 0.1)
320     uglifier (2.7.2)
321       execjs (>= 0.3.0)
322       json (>= 1.8.0)
323     websocket-driver (0.7.5)
324       websocket-extensions (>= 0.1.0)
325     websocket-extensions (0.1.5)
326     xpath (2.1.0)
327       nokogiri (~> 1.3)
328
329 PLATFORMS
330   ruby
331
332 DEPENDENCIES
333   RedCloth
334   activerecord-nulldb-adapter!
335   andand
336   angularjs-rails (~> 1.3.8)
337   arvados (~> 2.7.0.dev20230818173219)
338   bootstrap-sass (~> 3.4.1)
339   bootstrap-tab-history-rails
340   bootstrap-x-editable-rails
341   byebug
342   capybara (~> 2.5.0)
343   deep_merge
344   flamegraph
345   headless (~> 1.0.2)
346   httpclient (~> 2.5)
347   jquery-rails
348   launchy (~> 2.4.0)
349   lograge
350   logstash-event
351   mime-types
352   minitest (~> 5.10.3)
353   mocha
354   morrisjs-rails
355   multi_json
356   npm-rails
357   oj
358   passenger
359   piwik_analytics
360   poltergeist (~> 1.5.1)
361   rack-mini-profiler
362   rails (~> 5.2.0)
363   rails-controller-testing
364   rails-perftest
365   raphael-rails
366   responders (~> 2.0)
367   ruby-debug-passenger
368   ruby-prof
369   rvm-capistrano
370   safe_yaml
371   sass
372   sassc-rails
373   selenium-webdriver (~> 3)
374   simplecov (~> 0.7)
375   simplecov-rcov
376   sprockets (~> 3.0)
377   sshkey
378   themes_for_rails!
379   uglifier (~> 2.0)
380
381 BUNDLED WITH
382    2.2.19