5737: Tweak websocket tests
[arvados.git] / services / api / Gemfile.lock
1 GEM
2   remote: https://rubygems.org/
3   specs:
4     actionmailer (3.2.22.5)
5       actionpack (= 3.2.22.5)
6       mail (~> 2.5.4)
7     actionpack (3.2.22.5)
8       activemodel (= 3.2.22.5)
9       activesupport (= 3.2.22.5)
10       builder (~> 3.0.0)
11       erubis (~> 2.7.0)
12       journey (~> 1.0.4)
13       rack (~> 1.4.5)
14       rack-cache (~> 1.2)
15       rack-test (~> 0.6.1)
16       sprockets (~> 2.2.1)
17     activemodel (3.2.22.5)
18       activesupport (= 3.2.22.5)
19       builder (~> 3.0.0)
20     activerecord (3.2.22.5)
21       activemodel (= 3.2.22.5)
22       activesupport (= 3.2.22.5)
23       arel (~> 3.0.2)
24       tzinfo (~> 0.3.29)
25     activeresource (3.2.22.5)
26       activemodel (= 3.2.22.5)
27       activesupport (= 3.2.22.5)
28     activesupport (3.2.22.5)
29       i18n (~> 0.6, >= 0.6.4)
30       multi_json (~> 1.0)
31     acts_as_api (0.4.2)
32       activemodel (>= 3.0.0)
33       activesupport (>= 3.0.0)
34       rack (>= 1.1.0)
35     addressable (2.4.0)
36     andand (1.3.3)
37     arel (3.0.3)
38     arvados (0.1.20160420143004)
39       activesupport (>= 3, < 4.2.6)
40       andand (~> 1.3, >= 1.3.3)
41       google-api-client (>= 0.7, < 0.9)
42       i18n (~> 0)
43       json (~> 1.7, >= 1.7.7)
44       jwt (>= 0.1.5, < 2)
45     arvados-cli (0.1.20160503204200)
46       activesupport (~> 3.2, >= 3.2.13)
47       andand (~> 1.3, >= 1.3.3)
48       arvados (~> 0.1, >= 0.1.20150128223554)
49       curb (~> 0.8)
50       google-api-client (~> 0.6, >= 0.6.3, < 0.9)
51       json (~> 1.7, >= 1.7.7)
52       oj (~> 2.0, >= 2.0.3)
53       trollop (~> 2.0)
54     autoparse (0.3.3)
55       addressable (>= 2.3.1)
56       extlib (>= 0.9.15)
57       multi_json (>= 1.0.0)
58     builder (3.0.4)
59     capistrano (2.15.5)
60       highline
61       net-scp (>= 1.0.0)
62       net-sftp (>= 2.0.0)
63       net-ssh (>= 2.0.14)
64       net-ssh-gateway (>= 1.1.0)
65     coffee-rails (3.2.1)
66       coffee-script (>= 2.2.0)
67       railties (~> 3.2.0.beta)
68     coffee-script (2.2.0)
69       coffee-script-source
70       execjs
71     coffee-script-source (1.7.0)
72     curb (0.9.3)
73     database_cleaner (1.2.0)
74     erubis (2.7.0)
75     eventmachine (1.2.0.1)
76     execjs (2.0.2)
77     extlib (0.9.16)
78     factory_girl (4.4.0)
79       activesupport (>= 3.0.0)
80     factory_girl_rails (4.4.1)
81       factory_girl (~> 4.4.0)
82       railties (>= 3.0.0)
83     faraday (0.9.2)
84       multipart-post (>= 1.2, < 3)
85     faye-websocket (0.10.4)
86       eventmachine (>= 0.12.0)
87       websocket-driver (>= 0.5.1)
88     google-api-client (0.7.1)
89       addressable (>= 2.3.2)
90       autoparse (>= 0.3.3)
91       extlib (>= 0.9.15)
92       faraday (>= 0.9.0)
93       jwt (>= 0.1.5)
94       launchy (>= 2.1.1)
95       multi_json (>= 1.0.0)
96       retriable (>= 1.4)
97       signet (>= 0.5.0)
98       uuidtools (>= 2.1.0)
99     hashie (1.2.0)
100     highline (1.6.21)
101     hike (1.2.3)
102     httpauth (0.2.1)
103     i18n (0.7.0)
104     journey (1.0.4)
105     jquery-rails (3.1.0)
106       railties (>= 3.0, < 5.0)
107       thor (>= 0.14, < 2.0)
108     json (1.8.3)
109     jwt (0.1.13)
110       multi_json (>= 1.5)
111     launchy (2.4.3)
112       addressable (~> 2.3)
113     libv8 (3.16.14.3)
114     lograge (0.3.6)
115       actionpack (>= 3)
116       activesupport (>= 3)
117       railties (>= 3)
118     logstash-event (1.2.02)
119     mail (2.5.4)
120       mime-types (~> 1.16)
121       treetop (~> 1.4.8)
122     metaclass (0.0.4)
123     mime-types (1.25.1)
124     mocha (1.1.0)
125       metaclass (~> 0.0.1)
126     multi_json (1.12.1)
127     multipart-post (2.0.0)
128     net-scp (1.2.0)
129       net-ssh (>= 2.6.5)
130     net-sftp (2.1.2)
131       net-ssh (>= 2.6.5)
132     net-ssh (2.8.0)
133     net-ssh-gateway (1.2.0)
134       net-ssh (>= 2.6.5)
135     oauth2 (0.8.1)
136       faraday (~> 0.8)
137       httpauth (~> 0.1)
138       jwt (~> 0.1.4)
139       multi_json (~> 1.0)
140       rack (~> 1.2)
141     oj (2.15.0)
142     omniauth (1.1.1)
143       hashie (~> 1.2)
144       rack
145     omniauth-oauth2 (1.1.1)
146       oauth2 (~> 0.8.0)
147       omniauth (~> 1.0)
148     passenger (5.0.30)
149       rack
150       rake (>= 0.8.1)
151     pg (0.19.0)
152     pg_power (1.6.4)
153       pg
154       rails (~> 3.1)
155     polyglot (0.3.5)
156     power_assert (0.3.1)
157     puma (2.8.2)
158       rack (>= 1.1, < 2.0)
159     rack (1.4.7)
160     rack-cache (1.6.1)
161       rack (>= 0.4)
162     rack-ssl (1.3.4)
163       rack
164     rack-test (0.6.3)
165       rack (>= 1.0)
166     rails (3.2.22.5)
167       actionmailer (= 3.2.22.5)
168       actionpack (= 3.2.22.5)
169       activerecord (= 3.2.22.5)
170       activeresource (= 3.2.22.5)
171       activesupport (= 3.2.22.5)
172       bundler (~> 1.0)
173       railties (= 3.2.22.5)
174     railties (3.2.22.5)
175       actionpack (= 3.2.22.5)
176       activesupport (= 3.2.22.5)
177       rack-ssl (~> 1.3.2)
178       rake (>= 0.8.7)
179       rdoc (~> 3.4)
180       thor (>= 0.14.6, < 2.0)
181     rake (11.3.0)
182     rdoc (3.12.2)
183       json (~> 1.4)
184     ref (1.0.5)
185     retriable (2.1.0)
186     ruby-prof (0.15.2)
187     rvm-capistrano (1.5.1)
188       capistrano (~> 2.15.4)
189     safe_yaml (1.0.4)
190     sass (3.3.4)
191     sass-rails (3.2.6)
192       railties (~> 3.2.0)
193       sass (>= 3.1.10)
194       tilt (~> 1.3)
195     signet (0.5.1)
196       addressable (>= 2.2.3)
197       faraday (>= 0.9.0.rc5)
198       jwt (>= 0.1.5)
199       multi_json (>= 1.0.0)
200     simplecov (0.7.1)
201       multi_json (~> 1.0)
202       simplecov-html (~> 0.7.1)
203     simplecov-html (0.7.1)
204     simplecov-rcov (0.2.3)
205       simplecov (>= 0.4.1)
206     sprockets (2.2.3)
207       hike (~> 1.2)
208       multi_json (~> 1.0)
209       rack (~> 1.0)
210       tilt (~> 1.1, != 1.3.0)
211     sshkey (1.6.1)
212     test-unit (3.2.1)
213       power_assert
214     test-unit-activesupport (1.0.6)
215       activesupport
216       test-unit
217     test_after_commit (0.2.3)
218     themes_for_rails (0.5.1)
219       rails (>= 3.0.0)
220     therubyracer (0.12.1)
221       libv8 (~> 3.16.14.0)
222       ref
223     thor (0.19.1)
224     tilt (1.4.1)
225     treetop (1.4.15)
226       polyglot
227       polyglot (>= 0.3.1)
228     trollop (2.1.2)
229     tzinfo (0.3.51)
230     uglifier (2.5.0)
231       execjs (>= 0.3.0)
232       json (>= 1.8.0)
233     uuidtools (2.1.5)
234     websocket-driver (0.6.4)
235       websocket-extensions (>= 0.1.0)
236     websocket-extensions (0.1.2)
237
238 PLATFORMS
239   ruby
240
241 DEPENDENCIES
242   acts_as_api
243   andand
244   arvados (>= 0.1.20150615153458)
245   arvados-cli (>= 0.1.20151207150126)
246   coffee-rails (~> 3.2.0)
247   database_cleaner
248   factory_girl_rails
249   faye-websocket
250   jquery-rails
251   lograge
252   logstash-event
253   mocha
254   multi_json
255   oj
256   omniauth (= 1.1.1)
257   omniauth-oauth2 (= 1.1.1)
258   passenger
259   pg
260   pg_power
261   puma
262   rails (~> 3.2.0)
263   ruby-prof
264   rvm-capistrano
265   safe_yaml
266   sass-rails (>= 3.2.0)
267   simplecov (~> 0.7.1)
268   simplecov-rcov
269   sshkey
270   test-unit
271   test-unit-activesupport
272   test_after_commit
273   themes_for_rails
274   therubyracer
275   trollop
276   uglifier (>= 1.0.3)
277
278 BUNDLED WITH
279    1.13.2