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