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