Update .licenseignore.
[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.5.2)
12       actionpack (= 4.2.5.2)
13       actionview (= 4.2.5.2)
14       activejob (= 4.2.5.2)
15       mail (~> 2.5, >= 2.5.4)
16       rails-dom-testing (~> 1.0, >= 1.0.5)
17     actionpack (4.2.5.2)
18       actionview (= 4.2.5.2)
19       activesupport (= 4.2.5.2)
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.5.2)
25       activesupport (= 4.2.5.2)
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.2)
30     activejob (4.2.5.2)
31       activesupport (= 4.2.5.2)
32       globalid (>= 0.3.0)
33     activemodel (4.2.5.2)
34       activesupport (= 4.2.5.2)
35       builder (~> 3.1)
36     activerecord (4.2.5.2)
37       activemodel (= 4.2.5.2)
38       activesupport (= 4.2.5.2)
39       arel (~> 6.0)
40     activesupport (4.2.5.2)
41       i18n (~> 0.7)
42       json (~> 1.7, >= 1.7.7)
43       minitest (~> 5.1)
44       thread_safe (~> 0.3, >= 0.3.4)
45       tzinfo (~> 1.1)
46     acts_as_api (1.0.0)
47       activemodel (>= 3.0.0)
48       activesupport (>= 3.0.0)
49       rack (>= 1.1.0)
50     addressable (2.5.0)
51       public_suffix (~> 2.0, >= 2.0.2)
52     andand (1.3.3)
53     arel (6.0.4)
54     arvados (0.1.20170215224121)
55       activesupport (>= 3, < 4.2.6)
56       andand (~> 1.3, >= 1.3.3)
57       google-api-client (>= 0.7, < 0.8.9)
58       i18n (~> 0)
59       json (~> 1.7, >= 1.7.7)
60       jwt (>= 0.1.5, < 2)
61     arvados-cli (0.1.20170322173355)
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, >= 1.7.7)
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.1)
82       coffee-script (>= 2.2.0)
83       railties (>= 4.0.0, < 5.2.x)
84     coffee-script (2.4.1)
85       coffee-script-source
86       execjs
87     coffee-script-source (1.12.2)
88     curb (0.9.3)
89     database_cleaner (1.5.3)
90     erubis (2.7.0)
91     eventmachine (1.2.3)
92     execjs (2.7.0)
93     extlib (0.9.16)
94     factory_girl (4.8.0)
95       activesupport (>= 3.0.0)
96     factory_girl_rails (4.8.0)
97       factory_girl (~> 4.8.0)
98       railties (>= 3.0.0)
99     faraday (0.11.0)
100       multipart-post (>= 1.2, < 3)
101     faye-websocket (0.10.7)
102       eventmachine (>= 0.12.0)
103       websocket-driver (>= 0.5.1)
104     globalid (0.3.7)
105       activesupport (>= 4.1.0)
106     google-api-client (0.8.7)
107       activesupport (>= 3.2, < 5.0)
108       addressable (~> 2.3)
109       autoparse (~> 0.3)
110       extlib (~> 0.9)
111       faraday (~> 0.9)
112       googleauth (~> 0.3)
113       launchy (~> 2.4)
114       multi_json (~> 1.10)
115       retriable (~> 1.4)
116       signet (~> 0.6)
117     googleauth (0.5.1)
118       faraday (~> 0.9)
119       jwt (~> 1.4)
120       logging (~> 2.0)
121       memoist (~> 0.12)
122       multi_json (~> 1.11)
123       os (~> 0.9)
124       signet (~> 0.7)
125     hashie (3.5.5)
126     highline (1.7.8)
127     hike (1.2.3)
128     i18n (0.8.1)
129     jquery-rails (4.2.2)
130       rails-dom-testing (>= 1, < 3)
131       railties (>= 4.2.0)
132       thor (>= 0.14, < 2.0)
133     json (1.8.6)
134     jwt (1.5.6)
135     launchy (2.4.3)
136       addressable (~> 2.3)
137     libv8 (3.16.14.19)
138     little-plugger (1.1.4)
139     logging (2.2.0)
140       little-plugger (~> 1.1)
141       multi_json (~> 1.10)
142     lograge (0.4.1)
143       actionpack (>= 4, < 5.1)
144       activesupport (>= 4, < 5.1)
145       railties (>= 4, < 5.1)
146     logstash-event (1.2.02)
147     loofah (2.0.3)
148       nokogiri (>= 1.5.9)
149     mail (2.6.4)
150       mime-types (>= 1.16, < 4)
151     memoist (0.15.0)
152     metaclass (0.0.4)
153     mime-types (3.1)
154       mime-types-data (~> 3.2015)
155     mime-types-data (3.2016.0521)
156     mini_portile2 (2.1.0)
157     minitest (5.10.1)
158     mocha (1.2.1)
159       metaclass (~> 0.0.1)
160     multi_json (1.12.1)
161     multi_xml (0.6.0)
162     multipart-post (2.0.0)
163     net-scp (1.2.1)
164       net-ssh (>= 2.6.5)
165     net-sftp (2.1.2)
166       net-ssh (>= 2.6.5)
167     net-ssh (4.1.0)
168     net-ssh-gateway (2.0.0)
169       net-ssh (>= 4.0.0)
170     nokogiri (1.7.1)
171       mini_portile2 (~> 2.1.0)
172     oauth2 (1.3.1)
173       faraday (>= 0.8, < 0.12)
174       jwt (~> 1.0)
175       multi_json (~> 1.3)
176       multi_xml (~> 0.5)
177       rack (>= 1.2, < 3)
178     oj (2.18.5)
179     oj_mimic_json (1.0.1)
180     omniauth (1.4.2)
181       hashie (>= 1.2, < 4)
182       rack (>= 1.0, < 3)
183     omniauth-oauth2 (1.4.0)
184       oauth2 (~> 1.0)
185       omniauth (~> 1.2)
186     os (0.9.6)
187     passenger (5.1.2)
188       rack
189       rake (>= 0.8.1)
190     pg (0.20.0)
191     power_assert (1.0.1)
192     protected_attributes (1.1.3)
193       activemodel (>= 4.0.1, < 5.0)
194     public_suffix (2.0.5)
195     puma (2.16.0)
196     rack (1.6.5)
197     rack-test (0.6.3)
198       rack (>= 1.0)
199     rails (4.2.5.2)
200       actionmailer (= 4.2.5.2)
201       actionpack (= 4.2.5.2)
202       actionview (= 4.2.5.2)
203       activejob (= 4.2.5.2)
204       activemodel (= 4.2.5.2)
205       activerecord (= 4.2.5.2)
206       activesupport (= 4.2.5.2)
207       bundler (>= 1.3.0, < 2.0)
208       railties (= 4.2.5.2)
209       sprockets-rails
210     rails-deprecated_sanitizer (1.0.3)
211       activesupport (>= 4.2.0.alpha)
212     rails-dom-testing (1.0.8)
213       activesupport (>= 4.2.0.beta, < 5.0)
214       nokogiri (~> 1.6)
215       rails-deprecated_sanitizer (>= 1.0.1)
216     rails-html-sanitizer (1.0.3)
217       loofah (~> 2.0)
218     rails-observers (0.1.2)
219       activemodel (~> 4.0)
220     railties (4.2.5.2)
221       actionpack (= 4.2.5.2)
222       activesupport (= 4.2.5.2)
223       rake (>= 0.8.7)
224       thor (>= 0.18.1, < 2.0)
225     rake (12.0.0)
226     ref (2.0.0)
227     responders (2.3.0)
228       railties (>= 4.2.0, < 5.1)
229     retriable (1.4.1)
230     ruby-prof (0.16.2)
231     rvm-capistrano (1.5.6)
232       capistrano (~> 2.15.4)
233     safe_yaml (1.0.4)
234     sass (3.2.19)
235     sass-rails (4.0.5)
236       railties (>= 4.0.0, < 5.0)
237       sass (~> 3.2.2)
238       sprockets (~> 2.8, < 3.0)
239       sprockets-rails (~> 2.0)
240     signet (0.7.3)
241       addressable (~> 2.3)
242       faraday (~> 0.9)
243       jwt (~> 1.5)
244       multi_json (~> 1.10)
245     simplecov (0.7.1)
246       multi_json (~> 1.0)
247       simplecov-html (~> 0.7.1)
248     simplecov-html (0.7.1)
249     simplecov-rcov (0.2.3)
250       simplecov (>= 0.4.1)
251     sprockets (2.12.4)
252       hike (~> 1.2)
253       multi_json (~> 1.0)
254       rack (~> 1.0)
255       tilt (~> 1.1, != 1.3.0)
256     sprockets-rails (2.3.3)
257       actionpack (>= 3.0)
258       activesupport (>= 3.0)
259       sprockets (>= 2.8, < 4.0)
260     sshkey (1.9.0)
261     test-unit (3.2.3)
262       power_assert
263     test_after_commit (1.1.0)
264       activerecord (>= 3.2)
265     therubyracer (0.12.3)
266       libv8 (~> 3.16.14.15)
267       ref
268     thor (0.19.4)
269     thread_safe (0.3.6)
270     tilt (1.4.1)
271     trollop (2.1.2)
272     tzinfo (1.2.2)
273       thread_safe (~> 0.1)
274     uglifier (2.7.2)
275       execjs (>= 0.3.0)
276       json (>= 1.8.0)
277     websocket-driver (0.6.5)
278       websocket-extensions (>= 0.1.0)
279     websocket-extensions (0.1.2)
280
281 PLATFORMS
282   ruby
283
284 DEPENDENCIES
285   acts_as_api
286   andand
287   arvados (>= 0.1.20150615153458)
288   arvados-cli (>= 0.1.20161017193526)
289   coffee-rails (~> 4.0)
290   database_cleaner
291   factory_girl_rails
292   faye-websocket
293   jquery-rails
294   lograge
295   logstash-event
296   mocha
297   multi_json
298   oj
299   oj_mimic_json
300   omniauth (~> 1.4.0)
301   omniauth-oauth2 (~> 1.1)
302   passenger
303   pg
304   protected_attributes
305   puma (~> 2.0)
306   rails (~> 4.0)
307   rails-observers
308   responders (~> 2.0)
309   ruby-prof
310   rvm-capistrano
311   safe_yaml
312   sass-rails (~> 4.0)
313   simplecov (~> 0.7.1)
314   simplecov-rcov
315   sshkey
316   test-unit (~> 3.0)
317   test_after_commit
318   themes_for_rails!
319   therubyracer
320   trollop
321   uglifier (~> 2.0)
322
323 BUNDLED WITH
324    1.14.3