18766: Merge branch 'main' into 18766-fix-ubuntu1804-python3-path
[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 (5.2.6)
12       actionpack (= 5.2.6)
13       nio4r (~> 2.0)
14       websocket-driver (>= 0.6.1)
15     actionmailer (5.2.6)
16       actionpack (= 5.2.6)
17       actionview (= 5.2.6)
18       activejob (= 5.2.6)
19       mail (~> 2.5, >= 2.5.4)
20       rails-dom-testing (~> 2.0)
21     actionpack (5.2.6)
22       actionview (= 5.2.6)
23       activesupport (= 5.2.6)
24       rack (~> 2.0, >= 2.0.8)
25       rack-test (>= 0.6.3)
26       rails-dom-testing (~> 2.0)
27       rails-html-sanitizer (~> 1.0, >= 1.0.2)
28     actionview (5.2.6)
29       activesupport (= 5.2.6)
30       builder (~> 3.1)
31       erubi (~> 1.4)
32       rails-dom-testing (~> 2.0)
33       rails-html-sanitizer (~> 1.0, >= 1.0.3)
34     activejob (5.2.6)
35       activesupport (= 5.2.6)
36       globalid (>= 0.3.6)
37     activemodel (5.2.6)
38       activesupport (= 5.2.6)
39     activerecord (5.2.6)
40       activemodel (= 5.2.6)
41       activesupport (= 5.2.6)
42       arel (>= 9.0)
43     activestorage (5.2.6)
44       actionpack (= 5.2.6)
45       activerecord (= 5.2.6)
46       marcel (~> 1.0.0)
47     activesupport (5.2.6)
48       concurrent-ruby (~> 1.0, >= 1.0.2)
49       i18n (>= 0.7, < 2)
50       minitest (~> 5.1)
51       tzinfo (~> 1.1)
52     acts_as_api (1.0.1)
53       activemodel (>= 3.0.0)
54       activesupport (>= 3.0.0)
55       rack (>= 1.1.0)
56     addressable (2.8.0)
57       public_suffix (>= 2.0.2, < 5.0)
58     andand (1.3.3)
59     arel (9.0.0)
60     arvados (2.1.5)
61       activesupport (>= 3)
62       andand (~> 1.3, >= 1.3.3)
63       arvados-google-api-client (>= 0.7, < 0.8.9)
64       faraday (< 0.16)
65       i18n (~> 0)
66       json (>= 1.7.7, < 3)
67       jwt (>= 0.1.5, < 2)
68     arvados-google-api-client (0.8.7.4)
69       activesupport (>= 3.2, < 5.3)
70       addressable (~> 2.3)
71       autoparse (~> 0.3)
72       extlib (~> 0.9)
73       faraday (~> 0.9)
74       googleauth (~> 0.3)
75       launchy (~> 2.4)
76       multi_json (~> 1.10)
77       retriable (~> 1.4)
78       signet (~> 0.6)
79     autoparse (0.3.3)
80       addressable (>= 2.3.1)
81       extlib (>= 0.9.15)
82       multi_json (>= 1.0.0)
83     builder (3.2.4)
84     byebug (11.0.1)
85     capistrano (2.15.9)
86       highline
87       net-scp (>= 1.0.0)
88       net-sftp (>= 2.0.0)
89       net-ssh (>= 2.0.14)
90       net-ssh-gateway (>= 1.1.0)
91     concurrent-ruby (1.1.9)
92     crass (1.0.6)
93     erubi (1.10.0)
94     extlib (0.9.16)
95     factory_bot (5.0.2)
96       activesupport (>= 4.2.0)
97     factory_bot_rails (5.0.1)
98       factory_bot (~> 5.0.0)
99       railties (>= 4.2.0)
100     faraday (0.15.4)
101       multipart-post (>= 1.2, < 3)
102     ffi (1.9.25)
103     globalid (0.4.2)
104       activesupport (>= 4.2.0)
105     googleauth (0.9.0)
106       faraday (~> 0.12)
107       jwt (>= 1.4, < 3.0)
108       memoist (~> 0.16)
109       multi_json (~> 1.11)
110       os (>= 0.9, < 2.0)
111       signet (~> 0.7)
112     highline (2.0.1)
113     httpclient (2.8.3)
114     i18n (0.9.5)
115       concurrent-ruby (~> 1.0)
116     jquery-rails (4.3.3)
117       rails-dom-testing (>= 1, < 3)
118       railties (>= 4.2.0)
119       thor (>= 0.14, < 2.0)
120     json (2.5.1)
121     jwt (1.5.6)
122     launchy (2.5.0)
123       addressable (~> 2.7)
124     listen (3.2.1)
125       rb-fsevent (~> 0.10, >= 0.10.3)
126       rb-inotify (~> 0.9, >= 0.9.10)
127     lograge (0.10.0)
128       actionpack (>= 4)
129       activesupport (>= 4)
130       railties (>= 4)
131       request_store (~> 1.0)
132     logstash-event (1.2.02)
133     loofah (2.10.0)
134       crass (~> 1.0.2)
135       nokogiri (>= 1.5.9)
136     mail (2.7.1)
137       mini_mime (>= 0.1.1)
138     marcel (1.0.1)
139     memoist (0.16.2)
140     metaclass (0.0.4)
141     method_source (1.0.0)
142     mini_mime (1.1.0)
143     mini_portile2 (2.8.0)
144     minitest (5.10.3)
145     mocha (1.8.0)
146       metaclass (~> 0.0.1)
147     multi_json (1.15.0)
148     multipart-post (2.1.1)
149     net-scp (2.0.0)
150       net-ssh (>= 2.6.5, < 6.0.0)
151     net-sftp (2.1.2)
152       net-ssh (>= 2.6.5)
153     net-ssh (5.2.0)
154     net-ssh-gateway (2.0.0)
155       net-ssh (>= 4.0.0)
156     nio4r (2.5.7)
157     nokogiri (1.13.3)
158       mini_portile2 (~> 2.8.0)
159       racc (~> 1.4)
160     oj (3.9.2)
161     optimist (3.0.0)
162     os (1.1.1)
163     passenger (6.0.2)
164       rack
165       rake (>= 0.8.1)
166     pg (1.1.4)
167     power_assert (1.1.4)
168     public_suffix (4.0.6)
169     racc (1.6.0)
170     rack (2.2.3)
171     rack-test (1.1.0)
172       rack (>= 1.0, < 3)
173     rails (5.2.6)
174       actioncable (= 5.2.6)
175       actionmailer (= 5.2.6)
176       actionpack (= 5.2.6)
177       actionview (= 5.2.6)
178       activejob (= 5.2.6)
179       activemodel (= 5.2.6)
180       activerecord (= 5.2.6)
181       activestorage (= 5.2.6)
182       activesupport (= 5.2.6)
183       bundler (>= 1.3.0)
184       railties (= 5.2.6)
185       sprockets-rails (>= 2.0.0)
186     rails-controller-testing (1.0.4)
187       actionpack (>= 5.0.1.x)
188       actionview (>= 5.0.1.x)
189       activesupport (>= 5.0.1.x)
190     rails-dom-testing (2.0.3)
191       activesupport (>= 4.2.0)
192       nokogiri (>= 1.6)
193     rails-html-sanitizer (1.3.0)
194       loofah (~> 2.3)
195     rails-observers (0.1.5)
196       activemodel (>= 4.0)
197     rails-perftest (0.0.7)
198     railties (5.2.6)
199       actionpack (= 5.2.6)
200       activesupport (= 5.2.6)
201       method_source
202       rake (>= 0.8.7)
203       thor (>= 0.19.0, < 2.0)
204     rake (13.0.3)
205     rb-fsevent (0.10.3)
206     rb-inotify (0.9.10)
207       ffi (>= 0.5.0, < 2)
208     request_store (1.4.1)
209       rack (>= 1.4)
210     responders (2.4.1)
211       actionpack (>= 4.2.0, < 6.0)
212       railties (>= 4.2.0, < 6.0)
213     retriable (1.4.1)
214     ruby-prof (0.15.9)
215     rvm-capistrano (1.5.6)
216       capistrano (~> 2.15.4)
217     safe_yaml (1.0.5)
218     signet (0.11.0)
219       addressable (~> 2.3)
220       faraday (~> 0.9)
221       jwt (>= 1.5, < 3.0)
222       multi_json (~> 1.10)
223     simplecov (0.7.1)
224       multi_json (~> 1.0)
225       simplecov-html (~> 0.7.1)
226     simplecov-html (0.7.1)
227     simplecov-rcov (0.2.3)
228       simplecov (>= 0.4.1)
229     sprockets (3.7.2)
230       concurrent-ruby (~> 1.0)
231       rack (> 1, < 3)
232     sprockets-rails (3.2.2)
233       actionpack (>= 4.0)
234       activesupport (>= 4.0)
235       sprockets (>= 3.0.0)
236     sshkey (2.0.0)
237     test-unit (3.3.1)
238       power_assert
239     thor (1.1.0)
240     thread_safe (0.3.6)
241     tzinfo (1.2.9)
242       thread_safe (~> 0.1)
243     websocket-driver (0.7.4)
244       websocket-extensions (>= 0.1.0)
245     websocket-extensions (0.1.5)
246
247 PLATFORMS
248   ruby
249
250 DEPENDENCIES
251   acts_as_api
252   andand
253   arvados (~> 2.1.5)
254   byebug
255   factory_bot_rails
256   httpclient
257   jquery-rails
258   listen
259   lograge
260   logstash-event
261   minitest (= 5.10.3)
262   mocha
263   multi_json
264   oj
265   optimist
266   passenger
267   pg (~> 1.0)
268   rails (~> 5.2.0)
269   rails-controller-testing
270   rails-observers
271   rails-perftest
272   responders (~> 2.0)
273   ruby-prof (~> 0.15.0)
274   rvm-capistrano
275   safe_yaml
276   signet (< 0.12)
277   simplecov (~> 0.7.1)
278   simplecov-rcov
279   sshkey
280   test-unit (~> 3.0)
281   themes_for_rails!
282
283 BUNDLED WITH
284    2.2.19