14199: Merge branch 'master' into 14199-copy-from-remote
[arvados.git] / services / api / Gemfile.lock
1 GIT
2   remote: https://github.com/curoverse/themes_for_rails
3   revision: 61154877047d2346890bda0b7be5827cf51a6a76
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     actionmailer (4.2.10)
12       actionpack (= 4.2.10)
13       actionview (= 4.2.10)
14       activejob (= 4.2.10)
15       mail (~> 2.5, >= 2.5.4)
16       rails-dom-testing (~> 1.0, >= 1.0.5)
17     actionpack (4.2.10)
18       actionview (= 4.2.10)
19       activesupport (= 4.2.10)
20       rack (~> 1.6)
21       rack-test (~> 0.6.2)
22       rails-dom-testing (~> 1.0, >= 1.0.5)
23       rails-html-sanitizer (~> 1.0, >= 1.0.2)
24     actionview (4.2.10)
25       activesupport (= 4.2.10)
26       builder (~> 3.1)
27       erubis (~> 2.7.0)
28       rails-dom-testing (~> 1.0, >= 1.0.5)
29       rails-html-sanitizer (~> 1.0, >= 1.0.3)
30     activejob (4.2.10)
31       activesupport (= 4.2.10)
32       globalid (>= 0.3.0)
33     activemodel (4.2.10)
34       activesupport (= 4.2.10)
35       builder (~> 3.1)
36     activerecord (4.2.10)
37       activemodel (= 4.2.10)
38       activesupport (= 4.2.10)
39       arel (~> 6.0)
40     activerecord-deprecated_finders (1.0.4)
41     activesupport (4.2.10)
42       i18n (~> 0.7)
43       minitest (~> 5.1)
44       thread_safe (~> 0.3, >= 0.3.4)
45       tzinfo (~> 1.1)
46     acts_as_api (1.0.1)
47       activemodel (>= 3.0.0)
48       activesupport (>= 3.0.0)
49       rack (>= 1.1.0)
50     addressable (2.5.2)
51       public_suffix (>= 2.0.2, < 4.0)
52     andand (1.3.3)
53     arel (6.0.4)
54     arvados (0.1.20180302192246)
55       activesupport (>= 3)
56       andand (~> 1.3, >= 1.3.3)
57       google-api-client (>= 0.7, < 0.8.9)
58       i18n (~> 0)
59       json (>= 1.7.7, < 3)
60       jwt (>= 0.1.5, < 2)
61     arvados-cli (1.1.4.20180723133344)
62       activesupport (>= 3.2.13, < 5)
63       andand (~> 1.3, >= 1.3.3)
64       arvados (~> 0.1, >= 0.1.20150128223554)
65       curb (~> 0.8)
66       google-api-client (~> 0.6, >= 0.6.3, < 0.8.9)
67       json (>= 1.7.7, < 3)
68       oj (~> 3.0)
69       trollop (~> 2.0)
70     autoparse (0.3.3)
71       addressable (>= 2.3.1)
72       extlib (>= 0.9.15)
73       multi_json (>= 1.0.0)
74     builder (3.2.3)
75     capistrano (2.15.9)
76       highline
77       net-scp (>= 1.0.0)
78       net-sftp (>= 2.0.0)
79       net-ssh (>= 2.0.14)
80       net-ssh-gateway (>= 1.1.0)
81     coffee-rails (4.2.2)
82       coffee-script (>= 2.2.0)
83       railties (>= 4.0.0)
84     coffee-script (2.4.1)
85       coffee-script-source
86       execjs
87     coffee-script-source (1.12.2)
88     concurrent-ruby (1.0.5)
89     crass (1.0.4)
90     curb (0.9.6)
91     database_cleaner (1.7.0)
92     erubis (2.7.0)
93     eventmachine (1.2.6)
94     execjs (2.7.0)
95     extlib (0.9.16)
96     factory_bot (4.11.1)
97       activesupport (>= 3.0.0)
98     factory_bot_rails (4.11.1)
99       factory_bot (~> 4.11.1)
100       railties (>= 3.0.0)
101     faraday (0.12.2)
102       multipart-post (>= 1.2, < 3)
103     faye-websocket (0.10.7)
104       eventmachine (>= 0.12.0)
105       websocket-driver (>= 0.5.1)
106     globalid (0.4.1)
107       activesupport (>= 4.2.0)
108     google-api-client (0.8.7)
109       activesupport (>= 3.2, < 5.0)
110       addressable (~> 2.3)
111       autoparse (~> 0.3)
112       extlib (~> 0.9)
113       faraday (~> 0.9)
114       googleauth (~> 0.3)
115       launchy (~> 2.4)
116       multi_json (~> 1.10)
117       retriable (~> 1.4)
118       signet (~> 0.6)
119     googleauth (0.6.2)
120       faraday (~> 0.12)
121       jwt (>= 1.4, < 3.0)
122       logging (~> 2.0)
123       memoist (~> 0.12)
124       multi_json (~> 1.11)
125       os (~> 0.9)
126       signet (~> 0.7)
127     hashie (3.5.7)
128     highline (1.7.10)
129     hike (1.2.3)
130     httpclient (2.8.3)
131     i18n (0.9.5)
132       concurrent-ruby (~> 1.0)
133     jquery-rails (4.3.3)
134       rails-dom-testing (>= 1, < 3)
135       railties (>= 4.2.0)
136       thor (>= 0.14, < 2.0)
137     json (2.1.0)
138     jwt (1.5.6)
139     launchy (2.4.3)
140       addressable (~> 2.3)
141     libv8 (3.16.14.19)
142     little-plugger (1.1.4)
143     logging (2.2.2)
144       little-plugger (~> 1.1)
145       multi_json (~> 1.10)
146     lograge (0.10.0)
147       actionpack (>= 4)
148       activesupport (>= 4)
149       railties (>= 4)
150       request_store (~> 1.0)
151     logstash-event (1.2.02)
152     loofah (2.2.2)
153       crass (~> 1.0.2)
154       nokogiri (>= 1.5.9)
155     mail (2.7.0)
156       mini_mime (>= 0.1.1)
157     memoist (0.16.0)
158     metaclass (0.0.4)
159     mini_mime (1.0.0)
160     mini_portile2 (2.3.0)
161     minitest (5.11.3)
162     mocha (1.5.0)
163       metaclass (~> 0.0.1)
164     multi_json (1.13.1)
165     multi_xml (0.6.0)
166     multipart-post (2.0.0)
167     net-scp (1.2.1)
168       net-ssh (>= 2.6.5)
169     net-sftp (2.1.2)
170       net-ssh (>= 2.6.5)
171     net-ssh (4.2.0)
172     net-ssh-gateway (2.0.0)
173       net-ssh (>= 4.0.0)
174     nokogiri (1.8.2)
175       mini_portile2 (~> 2.3.0)
176     oauth2 (1.4.0)
177       faraday (>= 0.8, < 0.13)
178       jwt (~> 1.0)
179       multi_json (~> 1.3)
180       multi_xml (~> 0.5)
181       rack (>= 1.2, < 3)
182     oj (3.6.4)
183     omniauth (1.4.3)
184       hashie (>= 1.2, < 4)
185       rack (>= 1.6.2, < 3)
186     omniauth-oauth2 (1.5.0)
187       oauth2 (~> 1.1)
188       omniauth (~> 1.2)
189     os (0.9.6)
190     passenger (5.3.0)
191       rack
192       rake (>= 0.8.1)
193     pg (0.21.0)
194     power_assert (1.1.1)
195     protected_attributes (1.1.4)
196       activemodel (>= 4.0.1, < 5.0)
197     public_suffix (3.0.2)
198     rack (1.6.10)
199     rack-test (0.6.3)
200       rack (>= 1.0)
201     rails (4.2.10)
202       actionmailer (= 4.2.10)
203       actionpack (= 4.2.10)
204       actionview (= 4.2.10)
205       activejob (= 4.2.10)
206       activemodel (= 4.2.10)
207       activerecord (= 4.2.10)
208       activesupport (= 4.2.10)
209       bundler (>= 1.3.0, < 2.0)
210       railties (= 4.2.10)
211       sprockets-rails
212     rails-deprecated_sanitizer (1.0.3)
213       activesupport (>= 4.2.0.alpha)
214     rails-dom-testing (1.0.9)
215       activesupport (>= 4.2.0, < 5.0)
216       nokogiri (~> 1.6)
217       rails-deprecated_sanitizer (>= 1.0.1)
218     rails-html-sanitizer (1.0.4)
219       loofah (~> 2.2, >= 2.2.2)
220     rails-observers (0.1.5)
221       activemodel (>= 4.0)
222     railties (4.2.10)
223       actionpack (= 4.2.10)
224       activesupport (= 4.2.10)
225       rake (>= 0.8.7)
226       thor (>= 0.18.1, < 2.0)
227     rake (12.3.1)
228     ref (2.0.0)
229     request_store (1.4.1)
230       rack (>= 1.4)
231     responders (2.4.0)
232       actionpack (>= 4.2.0, < 5.3)
233       railties (>= 4.2.0, < 5.3)
234     retriable (1.4.1)
235     ruby-prof (0.17.0)
236     rvm-capistrano (1.5.6)
237       capistrano (~> 2.15.4)
238     safe_yaml (1.0.4)
239     sass (3.2.19)
240     sass-rails (4.0.5)
241       railties (>= 4.0.0, < 5.0)
242       sass (~> 3.2.2)
243       sprockets (~> 2.8, < 3.0)
244       sprockets-rails (~> 2.0)
245     signet (0.8.1)
246       addressable (~> 2.3)
247       faraday (~> 0.9)
248       jwt (>= 1.5, < 3.0)
249       multi_json (~> 1.10)
250     simplecov (0.7.1)
251       multi_json (~> 1.0)
252       simplecov-html (~> 0.7.1)
253     simplecov-html (0.7.1)
254     simplecov-rcov (0.2.3)
255       simplecov (>= 0.4.1)
256     sprockets (2.12.5)
257       hike (~> 1.2)
258       multi_json (~> 1.0)
259       rack (~> 1.0)
260       tilt (~> 1.1, != 1.3.0)
261     sprockets-rails (2.3.3)
262       actionpack (>= 3.0)
263       activesupport (>= 3.0)
264       sprockets (>= 2.8, < 4.0)
265     sshkey (1.9.0)
266     test-unit (3.2.7)
267       power_assert
268     test_after_commit (1.1.0)
269       activerecord (>= 3.2)
270     therubyracer (0.12.3)
271       libv8 (~> 3.16.14.15)
272       ref
273     thor (0.20.0)
274     thread_safe (0.3.6)
275     tilt (1.4.1)
276     trollop (2.1.2)
277     tzinfo (1.2.5)
278       thread_safe (~> 0.1)
279     uglifier (2.7.2)
280       execjs (>= 0.3.0)
281       json (>= 1.8.0)
282     websocket-driver (0.7.0)
283       websocket-extensions (>= 0.1.0)
284     websocket-extensions (0.1.3)
285
286 PLATFORMS
287   ruby
288
289 DEPENDENCIES
290   activerecord-deprecated_finders
291   acts_as_api
292   andand
293   arvados (>= 0.1.20150615153458)
294   arvados-cli
295   coffee-rails (~> 4.0)
296   database_cleaner
297   factory_bot_rails
298   faye-websocket
299   httpclient
300   jquery-rails
301   lograge
302   logstash-event
303   mocha
304   multi_json
305   oj
306   omniauth (~> 1.4.0)
307   omniauth-oauth2 (~> 1.1)
308   passenger
309   pg (~> 0.18)
310   protected_attributes
311   rails (~> 4.2)
312   rails-observers
313   responders (~> 2.0)
314   ruby-prof
315   rvm-capistrano
316   safe_yaml
317   sass-rails (~> 4.0)
318   simplecov (~> 0.7.1)
319   simplecov-rcov
320   sshkey
321   test-unit (~> 3.0)
322   test_after_commit
323   themes_for_rails!
324   therubyracer
325   trollop
326   uglifier (~> 2.0)
327
328 BUNDLED WITH
329    1.16.3