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