Merge branch '20300-rails7'
[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     erubi (1.12.0)
113     extlib (0.9.16)
114     factory_bot (6.2.1)
115       activesupport (>= 5.0.0)
116     factory_bot_rails (6.2.0)
117       factory_bot (~> 6.2.0)
118       railties (>= 5.0.0)
119     faraday (2.7.10)
120       faraday-net_http (>= 2.0, < 3.1)
121       ruby2_keywords (>= 0.0.4)
122     faraday-gzip (2.0.0)
123       faraday (>= 1.0)
124       zlib (~> 3.0)
125     faraday-multipart (1.0.4)
126       multipart-post (~> 2)
127     faraday-net_http (3.0.2)
128     ffi (1.15.5)
129     globalid (1.2.1)
130       activesupport (>= 6.1)
131     googleauth (1.7.0)
132       faraday (>= 0.17.3, < 3.a)
133       jwt (>= 1.4, < 3.0)
134       memoist (~> 0.16)
135       multi_json (~> 1.11)
136       os (>= 0.9, < 2.0)
137       signet (>= 0.16, < 2.a)
138     httpclient (2.8.3)
139     i18n (1.14.1)
140       concurrent-ruby (~> 1.0)
141     jquery-rails (4.6.0)
142       rails-dom-testing (>= 1, < 3)
143       railties (>= 4.2.0)
144       thor (>= 0.14, < 2.0)
145     json (2.6.3)
146     jwt (1.5.6)
147     launchy (2.5.2)
148       addressable (~> 2.8)
149     listen (3.8.0)
150       rb-fsevent (~> 0.10, >= 0.10.3)
151       rb-inotify (~> 0.9, >= 0.9.10)
152     lograge (0.13.0)
153       actionpack (>= 4)
154       activesupport (>= 4)
155       railties (>= 4)
156       request_store (~> 1.0)
157     logstash-event (1.2.02)
158     loofah (2.21.3)
159       crass (~> 1.0.2)
160       nokogiri (>= 1.12.0)
161     mail (2.8.1)
162       mini_mime (>= 0.1.1)
163       net-imap
164       net-pop
165       net-smtp
166     marcel (1.0.2)
167     memoist (0.16.2)
168     method_source (1.0.0)
169     mini_mime (1.1.5)
170     mini_portile2 (2.8.4)
171     minitest (5.10.3)
172     mocha (2.1.0)
173       ruby2_keywords (>= 0.0.5)
174     multi_json (1.15.0)
175     multipart-post (2.3.0)
176     net-imap (0.3.7)
177       date
178       net-protocol
179     net-pop (0.1.2)
180       net-protocol
181     net-protocol (0.2.1)
182       timeout
183     net-smtp (0.4.0)
184       net-protocol
185     nio4r (2.5.9)
186     nokogiri (1.15.4)
187       mini_portile2 (~> 2.8.2)
188       racc (~> 1.4)
189     oj (3.16.1)
190     optimist (3.1.0)
191     os (1.1.4)
192     passenger (6.0.18)
193       rack
194       rake (>= 0.8.1)
195     pg (1.5.4)
196     power_assert (2.0.3)
197     public_suffix (5.0.3)
198     racc (1.7.1)
199     rack (2.2.8)
200     rack-test (2.1.0)
201       rack (>= 1.3)
202     rails (7.0.8)
203       actioncable (= 7.0.8)
204       actionmailbox (= 7.0.8)
205       actionmailer (= 7.0.8)
206       actionpack (= 7.0.8)
207       actiontext (= 7.0.8)
208       actionview (= 7.0.8)
209       activejob (= 7.0.8)
210       activemodel (= 7.0.8)
211       activerecord (= 7.0.8)
212       activestorage (= 7.0.8)
213       activesupport (= 7.0.8)
214       bundler (>= 1.15.0)
215       railties (= 7.0.8)
216     rails-controller-testing (1.0.5)
217       actionpack (>= 5.0.1.rc1)
218       actionview (>= 5.0.1.rc1)
219       activesupport (>= 5.0.1.rc1)
220     rails-dom-testing (2.2.0)
221       activesupport (>= 5.0.0)
222       minitest
223       nokogiri (>= 1.6)
224     rails-html-sanitizer (1.6.0)
225       loofah (~> 2.21)
226       nokogiri (~> 1.14)
227     rails-observers (0.1.5)
228       activemodel (>= 4.0)
229     rails-perftest (0.0.7)
230     railties (7.0.8)
231       actionpack (= 7.0.8)
232       activesupport (= 7.0.8)
233       method_source
234       rake (>= 12.2)
235       thor (~> 1.0)
236       zeitwerk (~> 2.5)
237     rake (13.0.6)
238     rb-fsevent (0.11.2)
239     rb-inotify (0.10.1)
240       ffi (~> 1.0)
241     request_store (1.5.1)
242       rack (>= 1.4)
243     responders (3.1.0)
244       actionpack (>= 5.2)
245       railties (>= 5.2)
246     retriable (1.4.1)
247     ruby-prof (0.15.9)
248     ruby2_keywords (0.0.5)
249     signet (0.16.1)
250       addressable (~> 2.8)
251       faraday (>= 0.17.5, < 3.0)
252       jwt (>= 1.5, < 3.0)
253       multi_json (~> 1.10)
254     simplecov (0.7.1)
255       multi_json (~> 1.0)
256       simplecov-html (~> 0.7.1)
257     simplecov-html (0.7.1)
258     simplecov-rcov (0.3.1)
259       simplecov (>= 0.4.1)
260     sprockets (4.2.1)
261       concurrent-ruby (~> 1.0)
262       rack (>= 2.2.4, < 4)
263     sprockets-rails (3.4.2)
264       actionpack (>= 5.2)
265       activesupport (>= 5.2)
266       sprockets (>= 3.0.0)
267     test-unit (3.6.1)
268       power_assert
269     thor (1.2.2)
270     timeout (0.4.0)
271     tzinfo (2.0.6)
272       concurrent-ruby (~> 1.0)
273     websocket-driver (0.7.6)
274       websocket-extensions (>= 0.1.0)
275     websocket-extensions (0.1.5)
276     zeitwerk (2.6.11)
277     zlib (3.0.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 (~> 0.15.0)
308   simplecov (~> 0.7.1)
309   simplecov-rcov
310   sprockets-rails
311   test-unit (~> 3.0)
312   themes_for_rails!
313
314 BUNDLED WITH
315    2.4.19