16470: Removes unnecessary gem that may also cause issues.
[arvados.git] / services / api / Gemfile.lock
1 GIT
2   remote: https://github.com/arvados/arvados.git
3   revision: 81725af5d5d2e6cd18ba7099ba5fb1fc520f4f8c
4   glob: sdk/ruby/arvados.gemspec
5   specs:
6     arvados (1.5.0.pre20200114202620)
7       activesupport (>= 3)
8       andand (~> 1.3, >= 1.3.3)
9       arvados-google-api-client (>= 0.7, < 0.8.9)
10       faraday (< 0.16)
11       i18n (~> 0)
12       json (>= 1.7.7, < 3)
13       jwt (>= 0.1.5, < 2)
14
15 GIT
16   remote: https://github.com/arvados/themes_for_rails
17   revision: ddf6e592b3b6493ea0c2de7b5d3faa120ed35be0
18   specs:
19     themes_for_rails (0.5.1)
20       rails (>= 3.0.0)
21
22 GEM
23   remote: https://rubygems.org/
24   specs:
25     actioncable (5.1.7)
26       actionpack (= 5.1.7)
27       nio4r (~> 2.0)
28       websocket-driver (~> 0.6.1)
29     actionmailer (5.1.7)
30       actionpack (= 5.1.7)
31       actionview (= 5.1.7)
32       activejob (= 5.1.7)
33       mail (~> 2.5, >= 2.5.4)
34       rails-dom-testing (~> 2.0)
35     actionpack (5.1.7)
36       actionview (= 5.1.7)
37       activesupport (= 5.1.7)
38       rack (~> 2.0)
39       rack-test (>= 0.6.3)
40       rails-dom-testing (~> 2.0)
41       rails-html-sanitizer (~> 1.0, >= 1.0.2)
42     actionview (5.1.7)
43       activesupport (= 5.1.7)
44       builder (~> 3.1)
45       erubi (~> 1.4)
46       rails-dom-testing (~> 2.0)
47       rails-html-sanitizer (~> 1.0, >= 1.0.3)
48     activejob (5.1.7)
49       activesupport (= 5.1.7)
50       globalid (>= 0.3.6)
51     activemodel (5.1.7)
52       activesupport (= 5.1.7)
53     activerecord (5.1.7)
54       activemodel (= 5.1.7)
55       activesupport (= 5.1.7)
56       arel (~> 8.0)
57     activesupport (5.1.7)
58       concurrent-ruby (~> 1.0, >= 1.0.2)
59       i18n (>= 0.7, < 2)
60       minitest (~> 5.1)
61       tzinfo (~> 1.1)
62     acts_as_api (1.0.1)
63       activemodel (>= 3.0.0)
64       activesupport (>= 3.0.0)
65       rack (>= 1.1.0)
66     addressable (2.7.0)
67       public_suffix (>= 2.0.2, < 5.0)
68     andand (1.3.3)
69     arel (8.0.0)
70     arvados-google-api-client (0.8.7.4)
71       activesupport (>= 3.2, < 5.3)
72       addressable (~> 2.3)
73       autoparse (~> 0.3)
74       extlib (~> 0.9)
75       faraday (~> 0.9)
76       googleauth (~> 0.3)
77       launchy (~> 2.4)
78       multi_json (~> 1.10)
79       retriable (~> 1.4)
80       signet (~> 0.6)
81     autoparse (0.3.3)
82       addressable (>= 2.3.1)
83       extlib (>= 0.9.15)
84       multi_json (>= 1.0.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.6)
94     crass (1.0.6)
95     erubi (1.9.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.3.0)
125     jwt (1.5.6)
126     launchy (2.4.3)
127       addressable (~> 2.3)
128     libv8 (3.16.14.19)
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.6.0)
136       crass (~> 1.0.2)
137       nokogiri (>= 1.5.9)
138     mail (2.7.1)
139       mini_mime (>= 0.1.1)
140     memoist (0.16.2)
141     metaclass (0.0.4)
142     method_source (1.0.0)
143     mini_mime (1.0.2)
144     mini_portile2 (2.4.0)
145     minitest (5.10.3)
146     mocha (1.8.0)
147       metaclass (~> 0.0.1)
148     multi_json (1.14.1)
149     multi_xml (0.6.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.2)
159     nokogiri (1.10.10)
160       mini_portile2 (~> 2.4.0)
161     oauth2 (1.4.1)
162       faraday (>= 0.8, < 0.16.0)
163       jwt (>= 1.0, < 3.0)
164       multi_json (~> 1.3)
165       multi_xml (~> 0.5)
166       rack (>= 1.2, < 3)
167     oj (3.9.2)
168     omniauth (1.4.3)
169       hashie (>= 1.2, < 4)
170       rack (>= 1.6.2, < 3)
171     omniauth-oauth2 (1.5.0)
172       oauth2 (~> 1.1)
173       omniauth (~> 1.2)
174     optimist (3.0.0)
175     os (1.0.1)
176     passenger (6.0.2)
177       rack
178       rake (>= 0.8.1)
179     pg (1.1.4)
180     power_assert (1.1.4)
181     public_suffix (4.0.3)
182     rack (2.2.3)
183     rack-test (1.1.0)
184       rack (>= 1.0, < 3)
185     rails (5.1.7)
186       actioncable (= 5.1.7)
187       actionmailer (= 5.1.7)
188       actionpack (= 5.1.7)
189       actionview (= 5.1.7)
190       activejob (= 5.1.7)
191       activemodel (= 5.1.7)
192       activerecord (= 5.1.7)
193       activesupport (= 5.1.7)
194       bundler (>= 1.3.0)
195       railties (= 5.1.7)
196       sprockets-rails (>= 2.0.0)
197     rails-controller-testing (1.0.4)
198       actionpack (>= 5.0.1.x)
199       actionview (>= 5.0.1.x)
200       activesupport (>= 5.0.1.x)
201     rails-dom-testing (2.0.3)
202       activesupport (>= 4.2.0)
203       nokogiri (>= 1.6)
204     rails-html-sanitizer (1.3.0)
205       loofah (~> 2.3)
206     rails-observers (0.1.5)
207       activemodel (>= 4.0)
208     rails-perftest (0.0.7)
209     railties (5.1.7)
210       actionpack (= 5.1.7)
211       activesupport (= 5.1.7)
212       method_source
213       rake (>= 0.8.7)
214       thor (>= 0.18.1, < 2.0)
215     rake (13.0.1)
216     rb-fsevent (0.10.3)
217     rb-inotify (0.9.10)
218       ffi (>= 0.5.0, < 2)
219     ref (2.0.0)
220     request_store (1.4.1)
221       rack (>= 1.4)
222     responders (2.4.1)
223       actionpack (>= 4.2.0, < 6.0)
224       railties (>= 4.2.0, < 6.0)
225     retriable (1.4.1)
226     ruby-prof (0.15.9)
227     rvm-capistrano (1.5.6)
228       capistrano (~> 2.15.4)
229     safe_yaml (1.0.5)
230     sass (3.5.5)
231       sass-listen (~> 4.0.0)
232     sass-listen (4.0.0)
233       rb-fsevent (~> 0.9, >= 0.9.4)
234       rb-inotify (~> 0.9, >= 0.9.7)
235     sass-rails (5.0.7)
236       railties (>= 4.0.0, < 6)
237       sass (~> 3.1)
238       sprockets (>= 2.8, < 4.0)
239       sprockets-rails (>= 2.0, < 4.0)
240       tilt (>= 1.1, < 3)
241     signet (0.11.0)
242       addressable (~> 2.3)
243       faraday (~> 0.9)
244       jwt (>= 1.5, < 3.0)
245       multi_json (~> 1.10)
246     simplecov (0.7.1)
247       multi_json (~> 1.0)
248       simplecov-html (~> 0.7.1)
249     simplecov-html (0.7.1)
250     simplecov-rcov (0.2.3)
251       simplecov (>= 0.4.1)
252     sprockets (3.7.2)
253       concurrent-ruby (~> 1.0)
254       rack (> 1, < 3)
255     sprockets-rails (3.2.1)
256       actionpack (>= 4.0)
257       activesupport (>= 4.0)
258       sprockets (>= 3.0.0)
259     sshkey (2.0.0)
260     test-unit (3.3.1)
261       power_assert
262     therubyracer (0.12.3)
263       libv8 (~> 3.16.14.15)
264       ref
265     thor (1.0.1)
266     thread_safe (0.3.6)
267     tilt (2.0.8)
268     tzinfo (1.2.7)
269       thread_safe (~> 0.1)
270     uglifier (2.7.2)
271       execjs (>= 0.3.0)
272       json (>= 1.8.0)
273     websocket-driver (0.6.5)
274       websocket-extensions (>= 0.1.0)
275     websocket-extensions (0.1.5)
276
277 PLATFORMS
278   ruby
279
280 DEPENDENCIES
281   acts_as_api
282   andand
283   arvados!
284   byebug
285   factory_bot_rails
286   httpclient
287   jquery-rails
288   lograge
289   logstash-event
290   minitest (= 5.10.3)
291   mocha
292   multi_json
293   oj
294   omniauth (~> 1.4.0)
295   omniauth-oauth2 (~> 1.1)
296   optimist
297   passenger
298   pg (~> 1.0)
299   rails (= 5.1.7)
300   rails-controller-testing
301   rails-observers
302   rails-perftest
303   responders (~> 2.0)
304   ruby-prof (~> 0.15.0)
305   rvm-capistrano
306   safe_yaml
307   sass-rails
308   signet (< 0.12)
309   simplecov (~> 0.7.1)
310   simplecov-rcov
311   sshkey
312   test-unit (~> 3.0)
313   themes_for_rails!
314   therubyracer
315   uglifier (~> 2.0)
316
317 BUNDLED WITH
318    1.17.3