13493: Merge branch 'master' into 13493-federation-proxy
[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.20180412190507)
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 (~> 2.0, >= 2.0.3)
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.4)
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_girl (4.9.0)
97       activesupport (>= 3.0.0)
98     factory_girl_rails (4.9.0)
99       factory_girl (~> 4.9.0)
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 (2.18.5)
183     oj_mimic_json (1.0.1)
184     omniauth (1.4.3)
185       hashie (>= 1.2, < 4)
186       rack (>= 1.6.2, < 3)
187     omniauth-oauth2 (1.5.0)
188       oauth2 (~> 1.1)
189       omniauth (~> 1.2)
190     os (0.9.6)
191     passenger (5.3.0)
192       rack
193       rake (>= 0.8.1)
194     pg (0.21.0)
195     power_assert (1.1.1)
196     protected_attributes (1.1.4)
197       activemodel (>= 4.0.1, < 5.0)
198     public_suffix (3.0.2)
199     rack (1.6.10)
200     rack-test (0.6.3)
201       rack (>= 1.0)
202     rails (4.2.10)
203       actionmailer (= 4.2.10)
204       actionpack (= 4.2.10)
205       actionview (= 4.2.10)
206       activejob (= 4.2.10)
207       activemodel (= 4.2.10)
208       activerecord (= 4.2.10)
209       activesupport (= 4.2.10)
210       bundler (>= 1.3.0, < 2.0)
211       railties (= 4.2.10)
212       sprockets-rails
213     rails-deprecated_sanitizer (1.0.3)
214       activesupport (>= 4.2.0.alpha)
215     rails-dom-testing (1.0.9)
216       activesupport (>= 4.2.0, < 5.0)
217       nokogiri (~> 1.6)
218       rails-deprecated_sanitizer (>= 1.0.1)
219     rails-html-sanitizer (1.0.4)
220       loofah (~> 2.2, >= 2.2.2)
221     rails-observers (0.1.5)
222       activemodel (>= 4.0)
223     railties (4.2.10)
224       actionpack (= 4.2.10)
225       activesupport (= 4.2.10)
226       rake (>= 0.8.7)
227       thor (>= 0.18.1, < 2.0)
228     rake (12.3.1)
229     ref (2.0.0)
230     request_store (1.4.1)
231       rack (>= 1.4)
232     responders (2.4.0)
233       actionpack (>= 4.2.0, < 5.3)
234       railties (>= 4.2.0, < 5.3)
235     retriable (1.4.1)
236     ruby-prof (0.17.0)
237     rvm-capistrano (1.5.6)
238       capistrano (~> 2.15.4)
239     safe_yaml (1.0.4)
240     sass (3.2.19)
241     sass-rails (4.0.5)
242       railties (>= 4.0.0, < 5.0)
243       sass (~> 3.2.2)
244       sprockets (~> 2.8, < 3.0)
245       sprockets-rails (~> 2.0)
246     signet (0.8.1)
247       addressable (~> 2.3)
248       faraday (~> 0.9)
249       jwt (>= 1.5, < 3.0)
250       multi_json (~> 1.10)
251     simplecov (0.7.1)
252       multi_json (~> 1.0)
253       simplecov-html (~> 0.7.1)
254     simplecov-html (0.7.1)
255     simplecov-rcov (0.2.3)
256       simplecov (>= 0.4.1)
257     sprockets (2.12.5)
258       hike (~> 1.2)
259       multi_json (~> 1.0)
260       rack (~> 1.0)
261       tilt (~> 1.1, != 1.3.0)
262     sprockets-rails (2.3.3)
263       actionpack (>= 3.0)
264       activesupport (>= 3.0)
265       sprockets (>= 2.8, < 4.0)
266     sshkey (1.9.0)
267     test-unit (3.2.7)
268       power_assert
269     test_after_commit (1.1.0)
270       activerecord (>= 3.2)
271     therubyracer (0.12.3)
272       libv8 (~> 3.16.14.15)
273       ref
274     thor (0.20.0)
275     thread_safe (0.3.6)
276     tilt (1.4.1)
277     trollop (2.1.2)
278     tzinfo (1.2.5)
279       thread_safe (~> 0.1)
280     uglifier (2.7.2)
281       execjs (>= 0.3.0)
282       json (>= 1.8.0)
283     websocket-driver (0.7.0)
284       websocket-extensions (>= 0.1.0)
285     websocket-extensions (0.1.3)
286
287 PLATFORMS
288   ruby
289
290 DEPENDENCIES
291   activerecord-deprecated_finders
292   acts_as_api
293   andand
294   arvados (>= 0.1.20150615153458)
295   arvados-cli (>= 0.1.20161017193526)
296   coffee-rails (~> 4.0)
297   database_cleaner
298   factory_girl_rails
299   faye-websocket
300   httpclient
301   jquery-rails
302   lograge
303   logstash-event
304   mocha
305   multi_json
306   oj
307   oj_mimic_json
308   omniauth (~> 1.4.0)
309   omniauth-oauth2 (~> 1.1)
310   passenger
311   pg (~> 0.18)
312   protected_attributes
313   rails (~> 4.2)
314   rails-observers
315   responders (~> 2.0)
316   ruby-prof
317   rvm-capistrano
318   safe_yaml
319   sass-rails (~> 4.0)
320   simplecov (~> 0.7.1)
321   simplecov-rcov
322   sshkey
323   test-unit (~> 3.0)
324   test_after_commit
325   themes_for_rails!
326   therubyracer
327   trollop
328   uglifier (~> 2.0)
329
330 BUNDLED WITH
331    1.16.1