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