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