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