17828: Remove bootsnap, which just seems to cause trouble
[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.7.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     execjs (2.7.0)
95     extlib (0.9.16)
96     factory_bot (5.0.2)
97       activesupport (>= 4.2.0)
98     factory_bot_rails (5.0.1)
99       factory_bot (~> 5.0.0)
100       railties (>= 4.2.0)
101     faraday (0.15.4)
102       multipart-post (>= 1.2, < 3)
103     ffi (1.9.25)
104     globalid (0.4.2)
105       activesupport (>= 4.2.0)
106     googleauth (0.9.0)
107       faraday (~> 0.12)
108       jwt (>= 1.4, < 3.0)
109       memoist (~> 0.16)
110       multi_json (~> 1.11)
111       os (>= 0.9, < 2.0)
112       signet (~> 0.7)
113     hashie (3.6.0)
114     highline (2.0.1)
115     httpclient (2.8.3)
116     i18n (0.9.5)
117       concurrent-ruby (~> 1.0)
118     jquery-rails (4.3.3)
119       rails-dom-testing (>= 1, < 3)
120       railties (>= 4.2.0)
121       thor (>= 0.14, < 2.0)
122     json (2.5.1)
123     jwt (1.5.6)
124     launchy (2.5.0)
125       addressable (~> 2.7)
126     libv8 (3.16.14.19)
127     listen (3.2.1)
128       rb-fsevent (~> 0.10, >= 0.10.3)
129       rb-inotify (~> 0.9, >= 0.9.10)
130     lograge (0.10.0)
131       actionpack (>= 4)
132       activesupport (>= 4)
133       railties (>= 4)
134       request_store (~> 1.0)
135     logstash-event (1.2.02)
136     loofah (2.10.0)
137       crass (~> 1.0.2)
138       nokogiri (>= 1.5.9)
139     mail (2.7.1)
140       mini_mime (>= 0.1.1)
141     marcel (1.0.1)
142     memoist (0.16.2)
143     metaclass (0.0.4)
144     method_source (1.0.0)
145     mini_mime (1.1.0)
146     mini_portile2 (2.5.3)
147     minitest (5.10.3)
148     mocha (1.8.0)
149       metaclass (~> 0.0.1)
150     multi_json (1.15.0)
151     multi_xml (0.6.0)
152     multipart-post (2.1.1)
153     net-scp (2.0.0)
154       net-ssh (>= 2.6.5, < 6.0.0)
155     net-sftp (2.1.2)
156       net-ssh (>= 2.6.5)
157     net-ssh (5.2.0)
158     net-ssh-gateway (2.0.0)
159       net-ssh (>= 4.0.0)
160     nio4r (2.5.7)
161     nokogiri (1.11.7)
162       mini_portile2 (~> 2.5.0)
163       racc (~> 1.4)
164     oauth2 (1.4.1)
165       faraday (>= 0.8, < 0.16.0)
166       jwt (>= 1.0, < 3.0)
167       multi_json (~> 1.3)
168       multi_xml (~> 0.5)
169       rack (>= 1.2, < 3)
170     oj (3.9.2)
171     omniauth (1.4.3)
172       hashie (>= 1.2, < 4)
173       rack (>= 1.6.2, < 3)
174     omniauth-oauth2 (1.5.0)
175       oauth2 (~> 1.1)
176       omniauth (~> 1.2)
177     optimist (3.0.0)
178     os (1.1.1)
179     passenger (6.0.2)
180       rack
181       rake (>= 0.8.1)
182     pg (1.1.4)
183     power_assert (1.1.4)
184     public_suffix (4.0.6)
185     racc (1.5.2)
186     rack (2.2.3)
187     rack-test (1.1.0)
188       rack (>= 1.0, < 3)
189     rails (5.2.6)
190       actioncable (= 5.2.6)
191       actionmailer (= 5.2.6)
192       actionpack (= 5.2.6)
193       actionview (= 5.2.6)
194       activejob (= 5.2.6)
195       activemodel (= 5.2.6)
196       activerecord (= 5.2.6)
197       activestorage (= 5.2.6)
198       activesupport (= 5.2.6)
199       bundler (>= 1.3.0)
200       railties (= 5.2.6)
201       sprockets-rails (>= 2.0.0)
202     rails-controller-testing (1.0.4)
203       actionpack (>= 5.0.1.x)
204       actionview (>= 5.0.1.x)
205       activesupport (>= 5.0.1.x)
206     rails-dom-testing (2.0.3)
207       activesupport (>= 4.2.0)
208       nokogiri (>= 1.6)
209     rails-html-sanitizer (1.3.0)
210       loofah (~> 2.3)
211     rails-observers (0.1.5)
212       activemodel (>= 4.0)
213     rails-perftest (0.0.7)
214     railties (5.2.6)
215       actionpack (= 5.2.6)
216       activesupport (= 5.2.6)
217       method_source
218       rake (>= 0.8.7)
219       thor (>= 0.19.0, < 2.0)
220     rake (13.0.3)
221     rb-fsevent (0.10.3)
222     rb-inotify (0.9.10)
223       ffi (>= 0.5.0, < 2)
224     ref (2.0.0)
225     request_store (1.4.1)
226       rack (>= 1.4)
227     responders (2.4.1)
228       actionpack (>= 4.2.0, < 6.0)
229       railties (>= 4.2.0, < 6.0)
230     retriable (1.4.1)
231     ruby-prof (0.15.9)
232     rvm-capistrano (1.5.6)
233       capistrano (~> 2.15.4)
234     safe_yaml (1.0.5)
235     sass (3.5.5)
236       sass-listen (~> 4.0.0)
237     sass-listen (4.0.0)
238       rb-fsevent (~> 0.9, >= 0.9.4)
239       rb-inotify (~> 0.9, >= 0.9.7)
240     sass-rails (5.0.7)
241       railties (>= 4.0.0, < 6)
242       sass (~> 3.1)
243       sprockets (>= 2.8, < 4.0)
244       sprockets-rails (>= 2.0, < 4.0)
245       tilt (>= 1.1, < 3)
246     signet (0.11.0)
247       addressable (~> 2.3)
248       faraday (~> 0.9)
249       jwt (>= 1.5, < 3.0)
250       multi_json (~> 1.10)
251     simplecov (0.7.1)
252       multi_json (~> 1.0)
253       simplecov-html (~> 0.7.1)
254     simplecov-html (0.7.1)
255     simplecov-rcov (0.2.3)
256       simplecov (>= 0.4.1)
257     sprockets (3.7.2)
258       concurrent-ruby (~> 1.0)
259       rack (> 1, < 3)
260     sprockets-rails (3.2.2)
261       actionpack (>= 4.0)
262       activesupport (>= 4.0)
263       sprockets (>= 3.0.0)
264     sshkey (2.0.0)
265     test-unit (3.3.1)
266       power_assert
267     therubyracer (0.12.3)
268       libv8 (~> 3.16.14.15)
269       ref
270     thor (1.1.0)
271     thread_safe (0.3.6)
272     tilt (2.0.8)
273     tzinfo (1.2.9)
274       thread_safe (~> 0.1)
275     uglifier (2.7.2)
276       execjs (>= 0.3.0)
277       json (>= 1.8.0)
278     websocket-driver (0.7.4)
279       websocket-extensions (>= 0.1.0)
280     websocket-extensions (0.1.5)
281
282 PLATFORMS
283   ruby
284
285 DEPENDENCIES
286   acts_as_api
287   andand
288   arvados (~> 2.1.5)
289   byebug
290   factory_bot_rails
291   httpclient
292   jquery-rails
293   listen
294   lograge
295   logstash-event
296   minitest (= 5.10.3)
297   mocha
298   multi_json
299   oj
300   omniauth (~> 1.4.0)
301   omniauth-oauth2 (~> 1.1)
302   optimist
303   passenger
304   pg (~> 1.0)
305   rails (~> 5.2.0)
306   rails-controller-testing
307   rails-observers
308   rails-perftest
309   responders (~> 2.0)
310   ruby-prof (~> 0.15.0)
311   rvm-capistrano
312   safe_yaml
313   sass-rails
314   signet (< 0.12)
315   simplecov (~> 0.7.1)
316   simplecov-rcov
317   sshkey
318   test-unit (~> 3.0)
319   themes_for_rails!
320   therubyracer
321   uglifier (~> 2.0)
322
323 BUNDLED WITH
324    2.2.19