]> git.arvados.org - arvados.git/blob - services/api/Gemfile.lock
22424: Write dedicated tests for packageVersion schema
[arvados.git] / services / api / Gemfile.lock
1 GEM
2   remote: https://rubygems.org/
3   specs:
4     actioncable (7.0.8.7)
5       actionpack (= 7.0.8.7)
6       activesupport (= 7.0.8.7)
7       nio4r (~> 2.0)
8       websocket-driver (>= 0.6.1)
9     actionmailbox (7.0.8.7)
10       actionpack (= 7.0.8.7)
11       activejob (= 7.0.8.7)
12       activerecord (= 7.0.8.7)
13       activestorage (= 7.0.8.7)
14       activesupport (= 7.0.8.7)
15       mail (>= 2.7.1)
16       net-imap
17       net-pop
18       net-smtp
19     actionmailer (7.0.8.7)
20       actionpack (= 7.0.8.7)
21       actionview (= 7.0.8.7)
22       activejob (= 7.0.8.7)
23       activesupport (= 7.0.8.7)
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.7)
30       actionview (= 7.0.8.7)
31       activesupport (= 7.0.8.7)
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.7)
37       actionpack (= 7.0.8.7)
38       activerecord (= 7.0.8.7)
39       activestorage (= 7.0.8.7)
40       activesupport (= 7.0.8.7)
41       globalid (>= 0.6.0)
42       nokogiri (>= 1.8.5)
43     actionview (7.0.8.7)
44       activesupport (= 7.0.8.7)
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.7)
50       activesupport (= 7.0.8.7)
51       globalid (>= 0.3.6)
52     activemodel (7.0.8.7)
53       activesupport (= 7.0.8.7)
54     activerecord (7.0.8.7)
55       activemodel (= 7.0.8.7)
56       activesupport (= 7.0.8.7)
57     activestorage (7.0.8.7)
58       actionpack (= 7.0.8.7)
59       activejob (= 7.0.8.7)
60       activerecord (= 7.0.8.7)
61       activesupport (= 7.0.8.7)
62       marcel (~> 1.0)
63       mini_mime (>= 1.1.0)
64     activesupport (7.0.8.7)
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.7)
74       public_suffix (>= 2.0.2, < 7.0)
75     andand (1.3.3)
76     arvados (3.0.0)
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.8)
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       google-cloud-env (~> 2.1.0)
92       googleauth (~> 1.0)
93       launchy (~> 2.4)
94       multi_json (~> 1.10)
95       public_suffix (~> 5.0)
96       retriable (~> 1.4)
97       signet (~> 0.16.0)
98     autoparse (0.3.3)
99       addressable (>= 2.3.1)
100       extlib (>= 0.9.15)
101       multi_json (>= 1.0.0)
102     base64 (0.2.0)
103     bigdecimal (3.1.9)
104     builder (3.3.0)
105     byebug (11.1.3)
106     concurrent-ruby (1.3.4)
107     crass (1.0.6)
108     date (3.4.1)
109     docile (1.4.1)
110     erubi (1.13.1)
111     extlib (0.9.16)
112     factory_bot (6.5.0)
113       activesupport (>= 5.0.0)
114     factory_bot_rails (6.4.4)
115       factory_bot (~> 6.5)
116       railties (>= 5.0.0)
117     faraday (2.8.1)
118       base64
119       faraday-net_http (>= 2.0, < 3.1)
120       ruby2_keywords (>= 0.0.4)
121     faraday-gzip (2.0.1)
122       faraday (>= 1.0)
123       zlib (~> 3.0)
124     faraday-multipart (1.1.0)
125       multipart-post (~> 2.0)
126     faraday-net_http (3.0.2)
127     ffi (1.17.1)
128     globalid (1.2.1)
129       activesupport (>= 6.1)
130     google-cloud-env (2.1.1)
131       faraday (>= 1.0, < 3.a)
132     googleauth (1.11.2)
133       faraday (>= 1.0, < 3.a)
134       google-cloud-env (~> 2.1)
135       jwt (>= 1.4, < 3.0)
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.6)
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.9.1)
147     jwt (1.5.6)
148     launchy (2.5.2)
149       addressable (~> 2.8)
150     listen (3.9.0)
151       rb-fsevent (~> 0.10, >= 0.10.3)
152       rb-inotify (~> 0.9, >= 0.9.10)
153     lograge (0.14.0)
154       actionpack (>= 4)
155       activesupport (>= 4)
156       railties (>= 4)
157       request_store (~> 1.0)
158     logstash-event (1.2.02)
159     loofah (2.23.1)
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.4)
168     method_source (1.1.0)
169     mini_mime (1.1.5)
170     mini_portile2 (2.8.8)
171     minitest (5.10.3)
172     mocha (2.7.1)
173       ruby2_keywords (>= 0.0.5)
174     multi_json (1.15.0)
175     multipart-post (2.4.1)
176     net-imap (0.5.4)
177       date
178       net-protocol
179     net-pop (0.1.2)
180       net-protocol
181     net-protocol (0.2.2)
182       timeout
183     net-smtp (0.5.0)
184       net-protocol
185     nio4r (2.7.4)
186     nokogiri (1.18.1)
187       mini_portile2 (~> 2.8.2)
188       racc (~> 1.4)
189     oj (3.16.9)
190       bigdecimal (>= 3.0)
191       ostruct (>= 0.2)
192     optimist (3.2.0)
193     os (1.1.4)
194     ostruct (0.6.1)
195     passenger (6.0.23)
196       rack (>= 1.6.13)
197       rackup
198       rake (>= 12.3.3)
199     pg (1.5.9)
200     power_assert (2.0.5)
201     public_suffix (5.1.1)
202     racc (1.8.1)
203     rack (2.2.10)
204     rack-test (2.2.0)
205       rack (>= 1.3)
206     rackup (1.0.1)
207       rack (< 3)
208       webrick
209     rails (7.0.8.7)
210       actioncable (= 7.0.8.7)
211       actionmailbox (= 7.0.8.7)
212       actionmailer (= 7.0.8.7)
213       actionpack (= 7.0.8.7)
214       actiontext (= 7.0.8.7)
215       actionview (= 7.0.8.7)
216       activejob (= 7.0.8.7)
217       activemodel (= 7.0.8.7)
218       activerecord (= 7.0.8.7)
219       activestorage (= 7.0.8.7)
220       activesupport (= 7.0.8.7)
221       bundler (>= 1.15.0)
222       railties (= 7.0.8.7)
223     rails-controller-testing (1.0.5)
224       actionpack (>= 5.0.1.rc1)
225       actionview (>= 5.0.1.rc1)
226       activesupport (>= 5.0.1.rc1)
227     rails-dom-testing (2.2.0)
228       activesupport (>= 5.0.0)
229       minitest
230       nokogiri (>= 1.6)
231     rails-html-sanitizer (1.6.2)
232       loofah (~> 2.21)
233       nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
234     rails-observers (0.1.5)
235       activemodel (>= 4.0)
236     rails-perftest (0.0.7)
237     railties (7.0.8.7)
238       actionpack (= 7.0.8.7)
239       activesupport (= 7.0.8.7)
240       method_source
241       rake (>= 12.2)
242       thor (~> 1.0)
243       zeitwerk (~> 2.5)
244     rake (13.2.1)
245     rb-fsevent (0.11.2)
246     rb-inotify (0.11.1)
247       ffi (~> 1.0)
248     request_store (1.7.0)
249       rack (>= 1.4)
250     responders (3.1.1)
251       actionpack (>= 5.2)
252       railties (>= 5.2)
253     retriable (1.4.1)
254     ruby-prof (1.7.1)
255     ruby2_keywords (0.0.5)
256     signet (0.16.1)
257       addressable (~> 2.8)
258       faraday (>= 0.17.5, < 3.0)
259       jwt (>= 1.5, < 3.0)
260       multi_json (~> 1.10)
261     simplecov (0.22.0)
262       docile (~> 1.1)
263       simplecov-html (~> 0.11)
264       simplecov_json_formatter (~> 0.1)
265     simplecov-html (0.13.1)
266     simplecov-rcov (0.3.7)
267       simplecov (>= 0.4.1)
268     simplecov_json_formatter (0.1.4)
269     sprockets (4.2.1)
270       concurrent-ruby (~> 1.0)
271       rack (>= 2.2.4, < 4)
272     sprockets-rails (3.5.2)
273       actionpack (>= 6.1)
274       activesupport (>= 6.1)
275       sprockets (>= 3.0.0)
276     test-unit (3.6.7)
277       power_assert
278     thor (1.3.2)
279     timeout (0.4.3)
280     tzinfo (2.0.6)
281       concurrent-ruby (~> 1.0)
282     webrick (1.9.1)
283     websocket-driver (0.7.6)
284       websocket-extensions (>= 0.1.0)
285     websocket-extensions (0.1.5)
286     zeitwerk (2.6.18)
287     zlib (3.2.1)
288
289 PLATFORMS
290   ruby
291
292 DEPENDENCIES
293   acts_as_api
294   andand
295   arvados (~> 3.0.0.rc1)
296   byebug
297   factory_bot_rails
298   httpclient
299   i18n
300   jquery-rails
301   listen
302   lograge
303   logstash-event
304   mini_portile2 (~> 2.8, >= 2.8.1)
305   minitest (= 5.10.3)
306   mocha
307   multi_json
308   oj
309   optimist
310   passenger (~> 6.0.0)
311   pg (~> 1.0)
312   rails (~> 7.0.0)
313   rails-controller-testing
314   rails-observers
315   rails-perftest
316   responders
317   ruby-prof
318   simplecov
319   simplecov-rcov
320   sprockets-rails
321   test-unit
322   webrick
323
324 BUNDLED WITH
325    2.4.22