19193: Pins sprockets gem to version <4.0 to avoid issues.
[arvados.git] / services / api / Gemfile.lock
1 GIT
2   remote: https://github.com/arvados/themes_for_rails
3   revision: ddf6e592b3b6493ea0c2de7b5d3faa120ed35be0
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     actioncable (5.2.8)
12       actionpack (= 5.2.8)
13       nio4r (~> 2.0)
14       websocket-driver (>= 0.6.1)
15     actionmailer (5.2.8)
16       actionpack (= 5.2.8)
17       actionview (= 5.2.8)
18       activejob (= 5.2.8)
19       mail (~> 2.5, >= 2.5.4)
20       rails-dom-testing (~> 2.0)
21     actionpack (5.2.8)
22       actionview (= 5.2.8)
23       activesupport (= 5.2.8)
24       rack (~> 2.0, >= 2.0.8)
25       rack-test (>= 0.6.3)
26       rails-dom-testing (~> 2.0)
27       rails-html-sanitizer (~> 1.0, >= 1.0.2)
28     actionview (5.2.8)
29       activesupport (= 5.2.8)
30       builder (~> 3.1)
31       erubi (~> 1.4)
32       rails-dom-testing (~> 2.0)
33       rails-html-sanitizer (~> 1.0, >= 1.0.3)
34     activejob (5.2.8)
35       activesupport (= 5.2.8)
36       globalid (>= 0.3.6)
37     activemodel (5.2.8)
38       activesupport (= 5.2.8)
39     activerecord (5.2.8)
40       activemodel (= 5.2.8)
41       activesupport (= 5.2.8)
42       arel (>= 9.0)
43     activestorage (5.2.8)
44       actionpack (= 5.2.8)
45       activerecord (= 5.2.8)
46       marcel (~> 1.0.0)
47     activesupport (5.2.8)
48       concurrent-ruby (~> 1.0, >= 1.0.2)
49       i18n (>= 0.7, < 2)
50       minitest (~> 5.1)
51       tzinfo (~> 1.1)
52     acts_as_api (1.0.1)
53       activemodel (>= 3.0.0)
54       activesupport (>= 3.0.0)
55       rack (>= 1.1.0)
56     addressable (2.8.0)
57       public_suffix (>= 2.0.2, < 5.0)
58     andand (1.3.3)
59     arel (9.0.0)
60     arvados (2.1.5)
61       activesupport (>= 3)
62       andand (~> 1.3, >= 1.3.3)
63       arvados-google-api-client (>= 0.7, < 0.8.9)
64       faraday (< 0.16)
65       i18n (~> 0)
66       json (>= 1.7.7, < 3)
67       jwt (>= 0.1.5, < 2)
68     arvados-google-api-client (0.8.7.4)
69       activesupport (>= 3.2, < 5.3)
70       addressable (~> 2.3)
71       autoparse (~> 0.3)
72       extlib (~> 0.9)
73       faraday (~> 0.9)
74       googleauth (~> 0.3)
75       launchy (~> 2.4)
76       multi_json (~> 1.10)
77       retriable (~> 1.4)
78       signet (~> 0.6)
79     autoparse (0.3.3)
80       addressable (>= 2.3.1)
81       extlib (>= 0.9.15)
82       multi_json (>= 1.0.0)
83     builder (3.2.4)
84     byebug (11.0.1)
85     concurrent-ruby (1.1.10)
86     crass (1.0.6)
87     erubi (1.10.0)
88     extlib (0.9.16)
89     factory_bot (5.0.2)
90       activesupport (>= 4.2.0)
91     factory_bot_rails (5.0.1)
92       factory_bot (~> 5.0.0)
93       railties (>= 4.2.0)
94     faraday (0.15.4)
95       multipart-post (>= 1.2, < 3)
96     ffi (1.9.25)
97     globalid (1.0.0)
98       activesupport (>= 5.0)
99     googleauth (0.9.0)
100       faraday (~> 0.12)
101       jwt (>= 1.4, < 3.0)
102       memoist (~> 0.16)
103       multi_json (~> 1.11)
104       os (>= 0.9, < 2.0)
105       signet (~> 0.7)
106     httpclient (2.8.3)
107     i18n (0.9.5)
108       concurrent-ruby (~> 1.0)
109     jquery-rails (4.3.3)
110       rails-dom-testing (>= 1, < 3)
111       railties (>= 4.2.0)
112       thor (>= 0.14, < 2.0)
113     json (2.5.1)
114     jwt (1.5.6)
115     launchy (2.5.0)
116       addressable (~> 2.7)
117     listen (3.2.1)
118       rb-fsevent (~> 0.10, >= 0.10.3)
119       rb-inotify (~> 0.9, >= 0.9.10)
120     lograge (0.10.0)
121       actionpack (>= 4)
122       activesupport (>= 4)
123       railties (>= 4)
124       request_store (~> 1.0)
125     logstash-event (1.2.02)
126     loofah (2.18.0)
127       crass (~> 1.0.2)
128       nokogiri (>= 1.5.9)
129     mail (2.7.1)
130       mini_mime (>= 0.1.1)
131     marcel (1.0.2)
132     memoist (0.16.2)
133     metaclass (0.0.4)
134     method_source (1.0.0)
135     mini_mime (1.1.2)
136     mini_portile2 (2.8.0)
137     minitest (5.10.3)
138     mocha (1.8.0)
139       metaclass (~> 0.0.1)
140     multi_json (1.15.0)
141     multipart-post (2.1.1)
142     nio4r (2.5.8)
143     nokogiri (1.13.6)
144       mini_portile2 (~> 2.8.0)
145       racc (~> 1.4)
146     oj (3.9.2)
147     optimist (3.0.0)
148     os (1.1.1)
149     passenger (6.0.2)
150       rack
151       rake (>= 0.8.1)
152     pg (1.1.4)
153     power_assert (1.1.4)
154     public_suffix (4.0.6)
155     racc (1.6.0)
156     rack (2.2.3.1)
157     rack-test (1.1.0)
158       rack (>= 1.0, < 3)
159     rails (5.2.8)
160       actioncable (= 5.2.8)
161       actionmailer (= 5.2.8)
162       actionpack (= 5.2.8)
163       actionview (= 5.2.8)
164       activejob (= 5.2.8)
165       activemodel (= 5.2.8)
166       activerecord (= 5.2.8)
167       activestorage (= 5.2.8)
168       activesupport (= 5.2.8)
169       bundler (>= 1.3.0)
170       railties (= 5.2.8)
171       sprockets-rails (>= 2.0.0)
172     rails-controller-testing (1.0.4)
173       actionpack (>= 5.0.1.x)
174       actionview (>= 5.0.1.x)
175       activesupport (>= 5.0.1.x)
176     rails-dom-testing (2.0.3)
177       activesupport (>= 4.2.0)
178       nokogiri (>= 1.6)
179     rails-html-sanitizer (1.4.3)
180       loofah (~> 2.3)
181     rails-observers (0.1.5)
182       activemodel (>= 4.0)
183     rails-perftest (0.0.7)
184     railties (5.2.8)
185       actionpack (= 5.2.8)
186       activesupport (= 5.2.8)
187       method_source
188       rake (>= 0.8.7)
189       thor (>= 0.19.0, < 2.0)
190     rake (13.0.6)
191     rb-fsevent (0.10.3)
192     rb-inotify (0.9.10)
193       ffi (>= 0.5.0, < 2)
194     request_store (1.4.1)
195       rack (>= 1.4)
196     responders (2.4.1)
197       actionpack (>= 4.2.0, < 6.0)
198       railties (>= 4.2.0, < 6.0)
199     retriable (1.4.1)
200     ruby-prof (0.15.9)
201     safe_yaml (1.0.5)
202     signet (0.11.0)
203       addressable (~> 2.3)
204       faraday (~> 0.9)
205       jwt (>= 1.5, < 3.0)
206       multi_json (~> 1.10)
207     simplecov (0.7.1)
208       multi_json (~> 1.0)
209       simplecov-html (~> 0.7.1)
210     simplecov-html (0.7.1)
211     simplecov-rcov (0.2.3)
212       simplecov (>= 0.4.1)
213     sprockets (3.7.2)
214       concurrent-ruby (~> 1.0)
215       rack (> 1, < 3)
216     sprockets-rails (3.4.2)
217       actionpack (>= 5.2)
218       activesupport (>= 5.2)
219       sprockets (>= 3.0.0)
220     sshkey (2.0.0)
221     test-unit (3.3.1)
222       power_assert
223     thor (1.2.1)
224     thread_safe (0.3.6)
225     tzinfo (1.2.9)
226       thread_safe (~> 0.1)
227     websocket-driver (0.7.5)
228       websocket-extensions (>= 0.1.0)
229     websocket-extensions (0.1.5)
230
231 PLATFORMS
232   ruby
233
234 DEPENDENCIES
235   acts_as_api
236   andand
237   arvados (~> 2.1.5)
238   byebug
239   factory_bot_rails
240   httpclient
241   jquery-rails
242   listen
243   lograge
244   logstash-event
245   minitest (= 5.10.3)
246   mocha
247   multi_json
248   oj
249   optimist
250   passenger
251   pg (~> 1.0)
252   rails (~> 5.2.0)
253   rails-controller-testing
254   rails-observers
255   rails-perftest
256   responders (~> 2.0)
257   ruby-prof (~> 0.15.0)
258   safe_yaml
259   signet (< 0.12)
260   simplecov (~> 0.7.1)
261   simplecov-rcov
262   sprockets (~> 3.0)
263   sshkey
264   test-unit (~> 3.0)
265   themes_for_rails!
266
267 BUNDLED WITH
268    2.2.19