Merge branch 'main' of git.arvados.org:arvados into 22202-delete-process-navigation
[arvados.git] / services / api / Gemfile.lock
1 GEM
2   remote: https://rubygems.org/
3   specs:
4     actioncable (7.0.8.4)
5       actionpack (= 7.0.8.4)
6       activesupport (= 7.0.8.4)
7       nio4r (~> 2.0)
8       websocket-driver (>= 0.6.1)
9     actionmailbox (7.0.8.4)
10       actionpack (= 7.0.8.4)
11       activejob (= 7.0.8.4)
12       activerecord (= 7.0.8.4)
13       activestorage (= 7.0.8.4)
14       activesupport (= 7.0.8.4)
15       mail (>= 2.7.1)
16       net-imap
17       net-pop
18       net-smtp
19     actionmailer (7.0.8.4)
20       actionpack (= 7.0.8.4)
21       actionview (= 7.0.8.4)
22       activejob (= 7.0.8.4)
23       activesupport (= 7.0.8.4)
24       mail (~> 2.5, >= 2.5.4)
25       net-imap
26       net-pop
27       net-smtp
28       rails-dom-testing (~> 2.0)
29     actionpack (7.0.8.4)
30       actionview (= 7.0.8.4)
31       activesupport (= 7.0.8.4)
32       rack (~> 2.0, >= 2.2.4)
33       rack-test (>= 0.6.3)
34       rails-dom-testing (~> 2.0)
35       rails-html-sanitizer (~> 1.0, >= 1.2.0)
36     actiontext (7.0.8.4)
37       actionpack (= 7.0.8.4)
38       activerecord (= 7.0.8.4)
39       activestorage (= 7.0.8.4)
40       activesupport (= 7.0.8.4)
41       globalid (>= 0.6.0)
42       nokogiri (>= 1.8.5)
43     actionview (7.0.8.4)
44       activesupport (= 7.0.8.4)
45       builder (~> 3.1)
46       erubi (~> 1.4)
47       rails-dom-testing (~> 2.0)
48       rails-html-sanitizer (~> 1.1, >= 1.2.0)
49     activejob (7.0.8.4)
50       activesupport (= 7.0.8.4)
51       globalid (>= 0.3.6)
52     activemodel (7.0.8.4)
53       activesupport (= 7.0.8.4)
54     activerecord (7.0.8.4)
55       activemodel (= 7.0.8.4)
56       activesupport (= 7.0.8.4)
57     activestorage (7.0.8.4)
58       actionpack (= 7.0.8.4)
59       activejob (= 7.0.8.4)
60       activerecord (= 7.0.8.4)
61       activesupport (= 7.0.8.4)
62       marcel (~> 1.0)
63       mini_mime (>= 1.1.0)
64     activesupport (7.0.8.4)
65       concurrent-ruby (~> 1.0, >= 1.0.2)
66       i18n (>= 1.6, < 2)
67       minitest (>= 5.1)
68       tzinfo (~> 2.0)
69     acts_as_api (1.0.1)
70       activemodel (>= 3.0.0)
71       activesupport (>= 3.0.0)
72       rack (>= 1.1.0)
73     addressable (2.8.6)
74       public_suffix (>= 2.0.2, < 6.0)
75     andand (1.3.3)
76     arvados (2.7.0.rc2)
77       activesupport (>= 3)
78       andand (~> 1.3, >= 1.3.3)
79       arvados-google-api-client (>= 0.8.7.5, < 0.8.8)
80       i18n
81       json (>= 1.7.7, < 3)
82       jwt (>= 0.1.5, < 2)
83     arvados-google-api-client (0.8.7.6)
84       activesupport (>= 3.2, < 8.0)
85       addressable (~> 2.3)
86       autoparse (~> 0.3)
87       extlib (~> 0.9)
88       faraday (~> 2.8.0)
89       faraday-gzip (~> 2.0)
90       faraday-multipart (~> 1.0)
91       googleauth (~> 1.0)
92       launchy (~> 2.4)
93       multi_json (~> 1.10)
94       retriable (~> 1.4)
95       signet (~> 0.16.0)
96     autoparse (0.3.3)
97       addressable (>= 2.3.1)
98       extlib (>= 0.9.15)
99       multi_json (>= 1.0.0)
100     base64 (0.2.0)
101     builder (3.3.0)
102     byebug (11.1.3)
103     concurrent-ruby (1.3.3)
104     crass (1.0.6)
105     date (3.3.4)
106     docile (1.4.0)
107     erubi (1.13.0)
108     extlib (0.9.16)
109     factory_bot (6.2.1)
110       activesupport (>= 5.0.0)
111     factory_bot_rails (6.2.0)
112       factory_bot (~> 6.2.0)
113       railties (>= 5.0.0)
114     faraday (2.8.1)
115       base64
116       faraday-net_http (>= 2.0, < 3.1)
117       ruby2_keywords (>= 0.0.4)
118     faraday-gzip (2.0.1)
119       faraday (>= 1.0)
120       zlib (~> 3.0)
121     faraday-multipart (1.0.4)
122       multipart-post (~> 2)
123     faraday-net_http (3.0.2)
124     ffi (1.15.5)
125     globalid (1.2.1)
126       activesupport (>= 6.1)
127     google-cloud-env (2.1.1)
128       faraday (>= 1.0, < 3.a)
129     googleauth (1.9.2)
130       faraday (>= 1.0, < 3.a)
131       google-cloud-env (~> 2.1)
132       jwt (>= 1.4, < 3.0)
133       multi_json (~> 1.11)
134       os (>= 0.9, < 2.0)
135       signet (>= 0.16, < 2.a)
136     httpclient (2.8.3)
137     i18n (1.14.5)
138       concurrent-ruby (~> 1.0)
139     jquery-rails (4.6.0)
140       rails-dom-testing (>= 1, < 3)
141       railties (>= 4.2.0)
142       thor (>= 0.14, < 2.0)
143     json (2.6.3)
144     jwt (1.5.6)
145     launchy (2.5.2)
146       addressable (~> 2.8)
147     listen (3.8.0)
148       rb-fsevent (~> 0.10, >= 0.10.3)
149       rb-inotify (~> 0.9, >= 0.9.10)
150     lograge (0.13.0)
151       actionpack (>= 4)
152       activesupport (>= 4)
153       railties (>= 4)
154       request_store (~> 1.0)
155     logstash-event (1.2.02)
156     loofah (2.22.0)
157       crass (~> 1.0.2)
158       nokogiri (>= 1.12.0)
159     mail (2.8.1)
160       mini_mime (>= 0.1.1)
161       net-imap
162       net-pop
163       net-smtp
164     marcel (1.0.4)
165     method_source (1.1.0)
166     mini_mime (1.1.5)
167     mini_portile2 (2.8.7)
168     minitest (5.10.3)
169     mocha (2.1.0)
170       ruby2_keywords (>= 0.0.5)
171     multi_json (1.15.0)
172     multipart-post (2.4.0)
173     net-imap (0.3.7)
174       date
175       net-protocol
176     net-pop (0.1.2)
177       net-protocol
178     net-protocol (0.2.2)
179       timeout
180     net-smtp (0.5.0)
181       net-protocol
182     nio4r (2.7.3)
183     nokogiri (1.15.6)
184       mini_portile2 (~> 2.8.2)
185       racc (~> 1.4)
186     oj (3.16.1)
187     optimist (3.1.0)
188     os (1.1.4)
189     passenger (6.0.18)
190       rack
191       rake (>= 0.8.1)
192     pg (1.5.4)
193     power_assert (2.0.3)
194     public_suffix (5.0.4)
195     racc (1.8.0)
196     rack (2.2.9)
197     rack-test (2.1.0)
198       rack (>= 1.3)
199     rails (7.0.8.4)
200       actioncable (= 7.0.8.4)
201       actionmailbox (= 7.0.8.4)
202       actionmailer (= 7.0.8.4)
203       actionpack (= 7.0.8.4)
204       actiontext (= 7.0.8.4)
205       actionview (= 7.0.8.4)
206       activejob (= 7.0.8.4)
207       activemodel (= 7.0.8.4)
208       activerecord (= 7.0.8.4)
209       activestorage (= 7.0.8.4)
210       activesupport (= 7.0.8.4)
211       bundler (>= 1.15.0)
212       railties (= 7.0.8.4)
213     rails-controller-testing (1.0.5)
214       actionpack (>= 5.0.1.rc1)
215       actionview (>= 5.0.1.rc1)
216       activesupport (>= 5.0.1.rc1)
217     rails-dom-testing (2.2.0)
218       activesupport (>= 5.0.0)
219       minitest
220       nokogiri (>= 1.6)
221     rails-html-sanitizer (1.6.0)
222       loofah (~> 2.21)
223       nokogiri (~> 1.14)
224     rails-observers (0.1.5)
225       activemodel (>= 4.0)
226     rails-perftest (0.0.7)
227     railties (7.0.8.4)
228       actionpack (= 7.0.8.4)
229       activesupport (= 7.0.8.4)
230       method_source
231       rake (>= 12.2)
232       thor (~> 1.0)
233       zeitwerk (~> 2.5)
234     rake (13.2.1)
235     rb-fsevent (0.11.2)
236     rb-inotify (0.10.1)
237       ffi (~> 1.0)
238     request_store (1.5.1)
239       rack (>= 1.4)
240     responders (3.1.0)
241       actionpack (>= 5.2)
242       railties (>= 5.2)
243     retriable (1.4.1)
244     ruby-prof (1.6.3)
245     ruby2_keywords (0.0.5)
246     signet (0.16.1)
247       addressable (~> 2.8)
248       faraday (>= 0.17.5, < 3.0)
249       jwt (>= 1.5, < 3.0)
250       multi_json (~> 1.10)
251     simplecov (0.22.0)
252       docile (~> 1.1)
253       simplecov-html (~> 0.11)
254       simplecov_json_formatter (~> 0.1)
255     simplecov-html (0.12.3)
256     simplecov-rcov (0.3.1)
257       simplecov (>= 0.4.1)
258     simplecov_json_formatter (0.1.4)
259     sprockets (4.2.1)
260       concurrent-ruby (~> 1.0)
261       rack (>= 2.2.4, < 4)
262     sprockets-rails (3.4.2)
263       actionpack (>= 5.2)
264       activesupport (>= 5.2)
265       sprockets (>= 3.0.0)
266     test-unit (3.6.1)
267       power_assert
268     thor (1.3.1)
269     timeout (0.4.1)
270     tzinfo (2.0.6)
271       concurrent-ruby (~> 1.0)
272     webrick (1.8.1)
273     websocket-driver (0.7.6)
274       websocket-extensions (>= 0.1.0)
275     websocket-extensions (0.1.5)
276     zeitwerk (2.6.16)
277     zlib (3.1.0)
278
279 PLATFORMS
280   ruby
281
282 DEPENDENCIES
283   acts_as_api
284   andand
285   arvados (~> 2.7.0.rc1)
286   byebug
287   factory_bot_rails
288   httpclient
289   i18n
290   jquery-rails
291   listen
292   lograge
293   logstash-event
294   mini_portile2 (~> 2.8, >= 2.8.1)
295   minitest (= 5.10.3)
296   mocha
297   multi_json
298   oj
299   optimist
300   passenger
301   pg (~> 1.0)
302   rails (~> 7.0.0)
303   rails-controller-testing
304   rails-observers
305   rails-perftest
306   responders
307   ruby-prof
308   simplecov
309   simplecov-rcov
310   sprockets-rails
311   test-unit
312   webrick
313
314 BUNDLED WITH
315    2.4.22