21700: Install Bundler system-wide in Rails postinst
[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.1)
12       actionpack (= 7.0.8.1)
13       activesupport (= 7.0.8.1)
14       nio4r (~> 2.0)
15       websocket-driver (>= 0.6.1)
16     actionmailbox (7.0.8.1)
17       actionpack (= 7.0.8.1)
18       activejob (= 7.0.8.1)
19       activerecord (= 7.0.8.1)
20       activestorage (= 7.0.8.1)
21       activesupport (= 7.0.8.1)
22       mail (>= 2.7.1)
23       net-imap
24       net-pop
25       net-smtp
26     actionmailer (7.0.8.1)
27       actionpack (= 7.0.8.1)
28       actionview (= 7.0.8.1)
29       activejob (= 7.0.8.1)
30       activesupport (= 7.0.8.1)
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.1)
37       actionview (= 7.0.8.1)
38       activesupport (= 7.0.8.1)
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.1)
44       actionpack (= 7.0.8.1)
45       activerecord (= 7.0.8.1)
46       activestorage (= 7.0.8.1)
47       activesupport (= 7.0.8.1)
48       globalid (>= 0.6.0)
49       nokogiri (>= 1.8.5)
50     actionview (7.0.8.1)
51       activesupport (= 7.0.8.1)
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.1)
57       activesupport (= 7.0.8.1)
58       globalid (>= 0.3.6)
59     activemodel (7.0.8.1)
60       activesupport (= 7.0.8.1)
61     activerecord (7.0.8.1)
62       activemodel (= 7.0.8.1)
63       activesupport (= 7.0.8.1)
64     activestorage (7.0.8.1)
65       actionpack (= 7.0.8.1)
66       activejob (= 7.0.8.1)
67       activerecord (= 7.0.8.1)
68       activesupport (= 7.0.8.1)
69       marcel (~> 1.0)
70       mini_mime (>= 1.1.0)
71     activesupport (7.0.8.1)
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.6)
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.6)
91       activesupport (>= 3.2, < 8.0)
92       addressable (~> 2.3)
93       autoparse (~> 0.3)
94       extlib (~> 0.9)
95       faraday (~> 2.8.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     base64 (0.2.0)
108     builder (3.2.4)
109     byebug (11.1.3)
110     concurrent-ruby (1.2.3)
111     crass (1.0.6)
112     date (3.3.4)
113     docile (1.4.0)
114     erubi (1.12.0)
115     extlib (0.9.16)
116     factory_bot (6.2.1)
117       activesupport (>= 5.0.0)
118     factory_bot_rails (6.2.0)
119       factory_bot (~> 6.2.0)
120       railties (>= 5.0.0)
121     faraday (2.8.1)
122       base64
123       faraday-net_http (>= 2.0, < 3.1)
124       ruby2_keywords (>= 0.0.4)
125     faraday-gzip (2.0.1)
126       faraday (>= 1.0)
127       zlib (~> 3.0)
128     faraday-multipart (1.0.4)
129       multipart-post (~> 2)
130     faraday-net_http (3.0.2)
131     ffi (1.15.5)
132     globalid (1.2.1)
133       activesupport (>= 6.1)
134     google-cloud-env (2.1.1)
135       faraday (>= 1.0, < 3.a)
136     googleauth (1.9.2)
137       faraday (>= 1.0, < 3.a)
138       google-cloud-env (~> 2.1)
139       jwt (>= 1.4, < 3.0)
140       multi_json (~> 1.11)
141       os (>= 0.9, < 2.0)
142       signet (>= 0.16, < 2.a)
143     httpclient (2.8.3)
144     i18n (1.14.4)
145       concurrent-ruby (~> 1.0)
146     jquery-rails (4.6.0)
147       rails-dom-testing (>= 1, < 3)
148       railties (>= 4.2.0)
149       thor (>= 0.14, < 2.0)
150     json (2.6.3)
151     jwt (1.5.6)
152     launchy (2.5.2)
153       addressable (~> 2.8)
154     listen (3.8.0)
155       rb-fsevent (~> 0.10, >= 0.10.3)
156       rb-inotify (~> 0.9, >= 0.9.10)
157     lograge (0.13.0)
158       actionpack (>= 4)
159       activesupport (>= 4)
160       railties (>= 4)
161       request_store (~> 1.0)
162     logstash-event (1.2.02)
163     loofah (2.22.0)
164       crass (~> 1.0.2)
165       nokogiri (>= 1.12.0)
166     mail (2.8.1)
167       mini_mime (>= 0.1.1)
168       net-imap
169       net-pop
170       net-smtp
171     marcel (1.0.4)
172     method_source (1.0.0)
173     mini_mime (1.1.5)
174     mini_portile2 (2.8.5)
175     minitest (5.10.3)
176     mocha (2.1.0)
177       ruby2_keywords (>= 0.0.5)
178     multi_json (1.15.0)
179     multipart-post (2.4.0)
180     net-imap (0.3.7)
181       date
182       net-protocol
183     net-pop (0.1.2)
184       net-protocol
185     net-protocol (0.2.2)
186       timeout
187     net-smtp (0.5.0)
188       net-protocol
189     nio4r (2.7.1)
190     nokogiri (1.15.6)
191       mini_portile2 (~> 2.8.2)
192       racc (~> 1.4)
193     oj (3.16.1)
194     optimist (3.1.0)
195     os (1.1.4)
196     passenger (6.0.18)
197       rack
198       rake (>= 0.8.1)
199     pg (1.5.4)
200     power_assert (2.0.3)
201     public_suffix (5.0.4)
202     racc (1.7.3)
203     rack (2.2.9)
204     rack-test (2.1.0)
205       rack (>= 1.3)
206     rails (7.0.8.1)
207       actioncable (= 7.0.8.1)
208       actionmailbox (= 7.0.8.1)
209       actionmailer (= 7.0.8.1)
210       actionpack (= 7.0.8.1)
211       actiontext (= 7.0.8.1)
212       actionview (= 7.0.8.1)
213       activejob (= 7.0.8.1)
214       activemodel (= 7.0.8.1)
215       activerecord (= 7.0.8.1)
216       activestorage (= 7.0.8.1)
217       activesupport (= 7.0.8.1)
218       bundler (>= 1.15.0)
219       railties (= 7.0.8.1)
220     rails-controller-testing (1.0.5)
221       actionpack (>= 5.0.1.rc1)
222       actionview (>= 5.0.1.rc1)
223       activesupport (>= 5.0.1.rc1)
224     rails-dom-testing (2.2.0)
225       activesupport (>= 5.0.0)
226       minitest
227       nokogiri (>= 1.6)
228     rails-html-sanitizer (1.6.0)
229       loofah (~> 2.21)
230       nokogiri (~> 1.14)
231     rails-observers (0.1.5)
232       activemodel (>= 4.0)
233     rails-perftest (0.0.7)
234     railties (7.0.8.1)
235       actionpack (= 7.0.8.1)
236       activesupport (= 7.0.8.1)
237       method_source
238       rake (>= 12.2)
239       thor (~> 1.0)
240       zeitwerk (~> 2.5)
241     rake (13.2.1)
242     rb-fsevent (0.11.2)
243     rb-inotify (0.10.1)
244       ffi (~> 1.0)
245     request_store (1.5.1)
246       rack (>= 1.4)
247     responders (3.1.0)
248       actionpack (>= 5.2)
249       railties (>= 5.2)
250     retriable (1.4.1)
251     ruby-prof (1.6.3)
252     ruby2_keywords (0.0.5)
253     signet (0.16.1)
254       addressable (~> 2.8)
255       faraday (>= 0.17.5, < 3.0)
256       jwt (>= 1.5, < 3.0)
257       multi_json (~> 1.10)
258     simplecov (0.22.0)
259       docile (~> 1.1)
260       simplecov-html (~> 0.11)
261       simplecov_json_formatter (~> 0.1)
262     simplecov-html (0.12.3)
263     simplecov-rcov (0.3.1)
264       simplecov (>= 0.4.1)
265     simplecov_json_formatter (0.1.4)
266     sprockets (4.2.1)
267       concurrent-ruby (~> 1.0)
268       rack (>= 2.2.4, < 4)
269     sprockets-rails (3.4.2)
270       actionpack (>= 5.2)
271       activesupport (>= 5.2)
272       sprockets (>= 3.0.0)
273     test-unit (3.6.1)
274       power_assert
275     thor (1.3.1)
276     timeout (0.4.1)
277     tzinfo (2.0.6)
278       concurrent-ruby (~> 1.0)
279     webrick (1.8.1)
280     websocket-driver (0.7.6)
281       websocket-extensions (>= 0.1.0)
282     websocket-extensions (0.1.5)
283     zeitwerk (2.6.13)
284     zlib (3.1.0)
285
286 PLATFORMS
287   ruby
288
289 DEPENDENCIES
290   acts_as_api
291   andand
292   arvados (~> 2.7.0.rc1)
293   byebug
294   factory_bot_rails
295   httpclient
296   i18n
297   jquery-rails
298   listen
299   lograge
300   logstash-event
301   mini_portile2 (~> 2.8, >= 2.8.1)
302   minitest (= 5.10.3)
303   mocha
304   multi_json
305   oj
306   optimist
307   passenger
308   pg (~> 1.0)
309   rails (~> 7.0.0)
310   rails-controller-testing
311   rails-observers
312   rails-perftest
313   responders
314   ruby-prof
315   simplecov
316   simplecov-rcov
317   sprockets-rails
318   test-unit
319   themes_for_rails!
320   webrick
321
322 BUNDLED WITH
323    2.4.22