Update mimemagic gem version to 0.3.8, the previous version (0.3.6) was
[arvados.git] / apps / workbench / Gemfile.lock
1 GIT
2   remote: https://github.com/arvados/arvados.git
3   revision: c210114aa8c77ba0bb8e4d487fc1507b40f9560f
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/nulldb
17   revision: d8e0073b665acdd2537c5eb15178a60f02f4b413
18   specs:
19     activerecord-nulldb-adapter (0.3.9)
20       activerecord (>= 2.0.0)
21
22 GIT
23   remote: https://github.com/arvados/themes_for_rails
24   revision: ddf6e592b3b6493ea0c2de7b5d3faa120ed35be0
25   specs:
26     themes_for_rails (0.5.1)
27       rails (>= 3.0.0)
28
29 GEM
30   remote: https://rubygems.org/
31   specs:
32     RedCloth (4.3.2)
33     actioncable (5.2.4.3)
34       actionpack (= 5.2.4.3)
35       nio4r (~> 2.0)
36       websocket-driver (>= 0.6.1)
37     actionmailer (5.2.4.3)
38       actionpack (= 5.2.4.3)
39       actionview (= 5.2.4.3)
40       activejob (= 5.2.4.3)
41       mail (~> 2.5, >= 2.5.4)
42       rails-dom-testing (~> 2.0)
43     actionpack (5.2.4.3)
44       actionview (= 5.2.4.3)
45       activesupport (= 5.2.4.3)
46       rack (~> 2.0, >= 2.0.8)
47       rack-test (>= 0.6.3)
48       rails-dom-testing (~> 2.0)
49       rails-html-sanitizer (~> 1.0, >= 1.0.2)
50     actionview (5.2.4.3)
51       activesupport (= 5.2.4.3)
52       builder (~> 3.1)
53       erubi (~> 1.4)
54       rails-dom-testing (~> 2.0)
55       rails-html-sanitizer (~> 1.0, >= 1.0.3)
56     activejob (5.2.4.3)
57       activesupport (= 5.2.4.3)
58       globalid (>= 0.3.6)
59     activemodel (5.2.4.3)
60       activesupport (= 5.2.4.3)
61     activerecord (5.2.4.3)
62       activemodel (= 5.2.4.3)
63       activesupport (= 5.2.4.3)
64       arel (>= 9.0)
65     activestorage (5.2.4.3)
66       actionpack (= 5.2.4.3)
67       activerecord (= 5.2.4.3)
68       marcel (~> 0.3.1)
69     activesupport (5.2.4.3)
70       concurrent-ruby (~> 1.0, >= 1.0.2)
71       i18n (>= 0.7, < 2)
72       minitest (~> 5.1)
73       tzinfo (~> 1.1)
74     addressable (2.7.0)
75       public_suffix (>= 2.0.2, < 5.0)
76     andand (1.3.3)
77     angularjs-rails (1.3.15)
78     arel (9.0.0)
79     arvados-google-api-client (0.8.7.4)
80       activesupport (>= 3.2, < 5.3)
81       addressable (~> 2.3)
82       autoparse (~> 0.3)
83       extlib (~> 0.9)
84       faraday (~> 0.9)
85       googleauth (~> 0.3)
86       launchy (~> 2.4)
87       multi_json (~> 1.10)
88       retriable (~> 1.4)
89       signet (~> 0.6)
90     autoparse (0.3.3)
91       addressable (>= 2.3.1)
92       extlib (>= 0.9.15)
93       multi_json (>= 1.0.0)
94     autoprefixer-rails (9.5.1.1)
95       execjs
96     bootsnap (1.4.7)
97       msgpack (~> 1.0)
98     bootstrap-sass (3.4.1)
99       autoprefixer-rails (>= 5.2.1)
100       sassc (>= 2.0.0)
101     bootstrap-tab-history-rails (0.1.0)
102       railties (>= 3.1)
103     bootstrap-x-editable-rails (1.5.1.1)
104       railties (>= 3.0)
105     builder (3.2.4)
106     byebug (11.0.1)
107     capistrano (2.15.9)
108       highline
109       net-scp (>= 1.0.0)
110       net-sftp (>= 2.0.0)
111       net-ssh (>= 2.0.14)
112       net-ssh-gateway (>= 1.1.0)
113     capybara (2.5.0)
114       mime-types (>= 1.16)
115       nokogiri (>= 1.3.3)
116       rack (>= 1.0.0)
117       rack-test (>= 0.5.4)
118       xpath (~> 2.0)
119     childprocess (0.9.0)
120       ffi (~> 1.0, >= 1.0.11)
121     cliver (0.3.2)
122     coffee-rails (4.2.2)
123       coffee-script (>= 2.2.0)
124       railties (>= 4.0.0)
125     coffee-script (2.4.1)
126       coffee-script-source
127       execjs
128     coffee-script-source (1.12.2)
129     commonjs (0.2.7)
130     concurrent-ruby (1.1.6)
131     crass (1.0.6)
132     deep_merge (1.2.1)
133     docile (1.3.1)
134     erubi (1.9.0)
135     execjs (2.7.0)
136     extlib (0.9.16)
137     faraday (0.15.4)
138       multipart-post (>= 1.2, < 3)
139     ffi (1.10.0)
140     flamegraph (0.9.5)
141     globalid (0.4.2)
142       activesupport (>= 4.2.0)
143     googleauth (0.9.0)
144       faraday (~> 0.12)
145       jwt (>= 1.4, < 3.0)
146       memoist (~> 0.16)
147       multi_json (~> 1.11)
148       os (>= 0.9, < 2.0)
149       signet (~> 0.7)
150     headless (1.0.2)
151     highline (2.0.2)
152     httpclient (2.8.3)
153     i18n (0.9.5)
154       concurrent-ruby (~> 1.0)
155     jquery-rails (4.3.3)
156       rails-dom-testing (>= 1, < 3)
157       railties (>= 4.2.0)
158       thor (>= 0.14, < 2.0)
159     json (2.3.0)
160     jwt (1.5.6)
161     launchy (2.4.3)
162       addressable (~> 2.3)
163     less (2.6.0)
164       commonjs (~> 0.2.7)
165     less-rails (4.0.0)
166       actionpack (>= 4)
167       less (~> 2.6.0)
168       sprockets (>= 2)
169     libv8 (3.16.14.19)
170     lograge (0.10.0)
171       actionpack (>= 4)
172       activesupport (>= 4)
173       railties (>= 4)
174       request_store (~> 1.0)
175     logstash-event (1.2.02)
176     loofah (2.6.0)
177       crass (~> 1.0.2)
178       nokogiri (>= 1.5.9)
179     mail (2.7.1)
180       mini_mime (>= 0.1.1)
181     marcel (0.3.3)
182       mimemagic (~> 0.3.2)
183     memoist (0.16.2)
184     metaclass (0.0.4)
185     method_source (1.0.0)
186     mime-types (3.2.2)
187       mime-types-data (~> 3.2015)
188     mime-types-data (3.2019.0331)
189     mimemagic (0.3.8)
190       nokogiri (~> 1)
191     mini_mime (1.0.2)
192     mini_portile2 (2.4.0)
193     minitest (5.10.3)
194     mocha (1.8.0)
195       metaclass (~> 0.0.1)
196     morrisjs-rails (0.5.1.2)
197       railties (> 3.1, < 6)
198     msgpack (1.3.3)
199     multi_json (1.15.0)
200     multipart-post (2.1.1)
201     net-scp (2.0.0)
202       net-ssh (>= 2.6.5, < 6.0.0)
203     net-sftp (2.1.2)
204       net-ssh (>= 2.6.5)
205     net-ssh (5.2.0)
206     net-ssh-gateway (2.0.0)
207       net-ssh (>= 4.0.0)
208     nio4r (2.5.2)
209     nokogiri (1.10.10)
210       mini_portile2 (~> 2.4.0)
211     npm-rails (0.2.1)
212       rails (>= 3.2)
213     oj (3.7.12)
214     os (1.1.1)
215     passenger (6.0.2)
216       rack
217       rake (>= 0.8.1)
218     piwik_analytics (1.0.2)
219       actionpack
220       activesupport
221       rails (>= 3.0.0)
222     poltergeist (1.5.1)
223       capybara (~> 2.1)
224       cliver (~> 0.3.1)
225       multi_json (~> 1.0)
226       websocket-driver (>= 0.2.0)
227     public_suffix (4.0.5)
228     rack (2.2.3)
229     rack-mini-profiler (1.0.2)
230       rack (>= 1.2.0)
231     rack-test (1.1.0)
232       rack (>= 1.0, < 3)
233     rails (5.2.4.3)
234       actioncable (= 5.2.4.3)
235       actionmailer (= 5.2.4.3)
236       actionpack (= 5.2.4.3)
237       actionview (= 5.2.4.3)
238       activejob (= 5.2.4.3)
239       activemodel (= 5.2.4.3)
240       activerecord (= 5.2.4.3)
241       activestorage (= 5.2.4.3)
242       activesupport (= 5.2.4.3)
243       bundler (>= 1.3.0)
244       railties (= 5.2.4.3)
245       sprockets-rails (>= 2.0.0)
246     rails-controller-testing (1.0.4)
247       actionpack (>= 5.0.1.x)
248       actionview (>= 5.0.1.x)
249       activesupport (>= 5.0.1.x)
250     rails-dom-testing (2.0.3)
251       activesupport (>= 4.2.0)
252       nokogiri (>= 1.6)
253     rails-html-sanitizer (1.3.0)
254       loofah (~> 2.3)
255     rails-perftest (0.0.7)
256     railties (5.2.4.3)
257       actionpack (= 5.2.4.3)
258       activesupport (= 5.2.4.3)
259       method_source
260       rake (>= 0.8.7)
261       thor (>= 0.19.0, < 2.0)
262     rake (13.0.1)
263     raphael-rails (2.1.2)
264     rb-fsevent (0.10.3)
265     rb-inotify (0.10.0)
266       ffi (~> 1.0)
267     ref (2.0.0)
268     request_store (1.4.1)
269       rack (>= 1.4)
270     responders (2.4.1)
271       actionpack (>= 4.2.0, < 6.0)
272       railties (>= 4.2.0, < 6.0)
273     retriable (1.4.1)
274     ruby-debug-passenger (0.2.0)
275     ruby-prof (0.17.0)
276     rubyzip (1.3.0)
277     rvm-capistrano (1.5.6)
278       capistrano (~> 2.15.4)
279     safe_yaml (1.0.5)
280     sass (3.7.4)
281       sass-listen (~> 4.0.0)
282     sass-listen (4.0.0)
283       rb-fsevent (~> 0.9, >= 0.9.4)
284       rb-inotify (~> 0.9, >= 0.9.7)
285     sassc (2.0.1)
286       ffi (~> 1.9)
287       rake
288     sassc-rails (2.1.0)
289       railties (>= 4.0.0)
290       sassc (>= 2.0)
291       sprockets (> 3.0)
292       sprockets-rails
293       tilt
294     selenium-webdriver (3.141.0)
295       childprocess (~> 0.5)
296       rubyzip (~> 1.2, >= 1.2.2)
297     signet (0.11.0)
298       addressable (~> 2.3)
299       faraday (~> 0.9)
300       jwt (>= 1.5, < 3.0)
301       multi_json (~> 1.10)
302     simplecov (0.16.1)
303       docile (~> 1.1)
304       json (>= 1.8, < 3)
305       simplecov-html (~> 0.10.0)
306     simplecov-html (0.10.2)
307     simplecov-rcov (0.2.3)
308       simplecov (>= 0.4.1)
309     sprockets (3.7.2)
310       concurrent-ruby (~> 1.0)
311       rack (> 1, < 3)
312     sprockets-rails (3.2.1)
313       actionpack (>= 4.0)
314       activesupport (>= 4.0)
315       sprockets (>= 3.0.0)
316     sshkey (2.0.0)
317     therubyracer (0.12.3)
318       libv8 (~> 3.16.14.15)
319       ref
320     thor (1.0.1)
321     thread_safe (0.3.6)
322     tilt (2.0.9)
323     tzinfo (1.2.7)
324       thread_safe (~> 0.1)
325     uglifier (2.7.2)
326       execjs (>= 0.3.0)
327       json (>= 1.8.0)
328     websocket-driver (0.7.3)
329       websocket-extensions (>= 0.1.0)
330     websocket-extensions (0.1.5)
331     xpath (2.1.0)
332       nokogiri (~> 1.3)
333
334 PLATFORMS
335   ruby
336
337 DEPENDENCIES
338   RedCloth
339   activerecord-nulldb-adapter!
340   andand
341   angularjs-rails (~> 1.3.8)
342   arvados!
343   bootsnap
344   bootstrap-sass (~> 3.4.1)
345   bootstrap-tab-history-rails
346   bootstrap-x-editable-rails
347   byebug
348   capybara (~> 2.5.0)
349   coffee-rails
350   deep_merge
351   flamegraph
352   headless (~> 1.0.2)
353   httpclient (~> 2.5)
354   jquery-rails
355   launchy (~> 2.4.0)
356   less
357   less-rails
358   lograge
359   logstash-event
360   mime-types
361   minitest (~> 5.10.3)
362   mocha
363   morrisjs-rails
364   multi_json
365   npm-rails
366   oj
367   passenger
368   piwik_analytics
369   poltergeist (~> 1.5.1)
370   rack-mini-profiler
371   rails (~> 5.2.0)
372   rails-controller-testing
373   rails-perftest
374   raphael-rails
375   responders (~> 2.0)
376   ruby-debug-passenger
377   ruby-prof
378   rvm-capistrano
379   safe_yaml
380   sass
381   sassc-rails
382   selenium-webdriver (~> 3)
383   signet (< 0.12)
384   simplecov (~> 0.7)
385   simplecov-rcov
386   sprockets (~> 3.0)
387   sshkey
388   themes_for_rails!
389   therubyracer
390   uglifier (~> 2.0)
391
392 BUNDLED WITH
393    1.17.3