Proof of concept echo server based on rack middleware that hijacks websocket connections.
[arvados.git] / services / api / Gemfile.lock
1 GEM
2   remote: https://rubygems.org/
3   specs:
4     actionmailer (3.2.17)
5       actionpack (= 3.2.17)
6       mail (~> 2.5.4)
7     actionpack (3.2.17)
8       activemodel (= 3.2.17)
9       activesupport (= 3.2.17)
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.17)
18       activesupport (= 3.2.17)
19       builder (~> 3.0.0)
20     activerecord (3.2.17)
21       activemodel (= 3.2.17)
22       activesupport (= 3.2.17)
23       arel (~> 3.0.2)
24       tzinfo (~> 0.3.29)
25     activeresource (3.2.17)
26       activemodel (= 3.2.17)
27       activesupport (= 3.2.17)
28     activesupport (3.2.17)
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.3.6)
36     andand (1.3.3)
37     arel (3.0.3)
38     arvados (0.1.20140414145041)
39       activesupport (>= 3.2.13)
40       andand
41       google-api-client (~> 0.6.3)
42       json (>= 1.7.7)
43     arvados-cli (0.1.20140414145041)
44       activesupport (~> 3.2, >= 3.2.13)
45       andand (~> 1.3, >= 1.3.3)
46       arvados (~> 0.1.0)
47       curb (~> 0.8)
48       google-api-client (~> 0.6.3)
49       json (~> 1.7, >= 1.7.7)
50       oj (~> 2.0, >= 2.0.3)
51       trollop (~> 2.0)
52     autoparse (0.3.3)
53       addressable (>= 2.3.1)
54       extlib (>= 0.9.15)
55       multi_json (>= 1.0.0)
56     builder (3.0.4)
57     capistrano (2.15.5)
58       highline
59       net-scp (>= 1.0.0)
60       net-sftp (>= 2.0.0)
61       net-ssh (>= 2.0.14)
62       net-ssh-gateway (>= 1.1.0)
63     coffee-rails (3.2.1)
64       coffee-script (>= 2.2.0)
65       railties (~> 3.2.0.beta)
66     coffee-script (2.2.0)
67       coffee-script-source
68       execjs
69     coffee-script-source (1.7.0)
70     curb (0.8.5)
71     daemon_controller (1.2.0)
72     erubis (2.7.0)
73     eventmachine (1.0.3)
74     execjs (2.0.2)
75     extlib (0.9.16)
76     faraday (0.8.9)
77       multipart-post (~> 1.2.0)
78     faye-websocket (0.7.2)
79       eventmachine (>= 0.12.0)
80       websocket-driver (>= 0.3.1)
81     google-api-client (0.6.4)
82       addressable (>= 2.3.2)
83       autoparse (>= 0.3.3)
84       extlib (>= 0.9.15)
85       faraday (~> 0.8.4)
86       jwt (>= 0.1.5)
87       launchy (>= 2.1.1)
88       multi_json (>= 1.0.0)
89       signet (~> 0.4.5)
90       uuidtools (>= 2.1.0)
91     hashie (1.2.0)
92     highline (1.6.21)
93     hike (1.2.3)
94     httpauth (0.2.1)
95     i18n (0.6.9)
96     journey (1.0.4)
97     jquery-rails (3.1.0)
98       railties (>= 3.0, < 5.0)
99       thor (>= 0.14, < 2.0)
100     json (1.8.1)
101     jwt (0.1.11)
102       multi_json (>= 1.5)
103     launchy (2.4.2)
104       addressable (~> 2.3)
105     libv8 (3.16.14.3)
106     mail (2.5.4)
107       mime-types (~> 1.16)
108       treetop (~> 1.4.8)
109     mime-types (1.25.1)
110     multi_json (1.9.2)
111     multipart-post (1.2.0)
112     net-scp (1.2.0)
113       net-ssh (>= 2.6.5)
114     net-sftp (2.1.2)
115       net-ssh (>= 2.6.5)
116     net-ssh (2.8.0)
117     net-ssh-gateway (1.2.0)
118       net-ssh (>= 2.6.5)
119     oauth2 (0.8.1)
120       faraday (~> 0.8)
121       httpauth (~> 0.1)
122       jwt (~> 0.1.4)
123       multi_json (~> 1.0)
124       rack (~> 1.2)
125     oj (2.7.3)
126     omniauth (1.1.1)
127       hashie (~> 1.2)
128       rack
129     omniauth-oauth2 (1.1.1)
130       oauth2 (~> 0.8.0)
131       omniauth (~> 1.0)
132     passenger (4.0.41)
133       daemon_controller (>= 1.2.0)
134       rack
135       rake (>= 0.8.1)
136     pg (0.17.1)
137     polyglot (0.3.4)
138     rack (1.4.5)
139     rack-cache (1.2)
140       rack (>= 0.4)
141     rack-ssl (1.3.4)
142       rack
143     rack-test (0.6.2)
144       rack (>= 1.0)
145     rails (3.2.17)
146       actionmailer (= 3.2.17)
147       actionpack (= 3.2.17)
148       activerecord (= 3.2.17)
149       activeresource (= 3.2.17)
150       activesupport (= 3.2.17)
151       bundler (~> 1.0)
152       railties (= 3.2.17)
153     railties (3.2.17)
154       actionpack (= 3.2.17)
155       activesupport (= 3.2.17)
156       rack-ssl (~> 1.3.2)
157       rake (>= 0.8.7)
158       rdoc (~> 3.4)
159       thor (>= 0.14.6, < 2.0)
160     rake (10.2.2)
161     rdoc (3.12.2)
162       json (~> 1.4)
163     redis (3.0.7)
164     ref (1.0.5)
165     rvm-capistrano (1.5.1)
166       capistrano (~> 2.15.4)
167     sass (3.3.4)
168     sass-rails (3.2.6)
169       railties (~> 3.2.0)
170       sass (>= 3.1.10)
171       tilt (~> 1.3)
172     signet (0.4.5)
173       addressable (>= 2.2.3)
174       faraday (~> 0.8.1)
175       jwt (>= 0.1.5)
176       multi_json (>= 1.0.0)
177     sprockets (2.2.2)
178       hike (~> 1.2)
179       multi_json (~> 1.0)
180       rack (~> 1.0)
181       tilt (~> 1.1, != 1.3.0)
182     sqlite3 (1.3.9)
183     test_after_commit (0.2.3)
184     themes_for_rails (0.5.1)
185       rails (>= 3.0.0)
186     therubyracer (0.12.1)
187       libv8 (~> 3.16.14.0)
188       ref
189     thor (0.19.1)
190     tilt (1.4.1)
191     treetop (1.4.15)
192       polyglot
193       polyglot (>= 0.3.1)
194     trollop (2.0)
195     tzinfo (0.3.39)
196     uglifier (2.5.0)
197       execjs (>= 0.3.0)
198       json (>= 1.8.0)
199     uuidtools (2.1.4)
200     websocket-driver (0.3.2)
201
202 PLATFORMS
203   ruby
204
205 DEPENDENCIES
206   acts_as_api
207   andand
208   arvados-cli (>= 0.1.20140328152103)
209   coffee-rails (~> 3.2.0)
210   faye-websocket
211   google-api-client (~> 0.6.3)
212   jquery-rails
213   multi_json
214   oj
215   omniauth (= 1.1.1)
216   omniauth-oauth2 (= 1.1.1)
217   passenger
218   pg
219   rails (~> 3.2.0)
220   redis
221   rvm-capistrano
222   sass-rails (>= 3.2.0)
223   sqlite3
224   test_after_commit
225   themes_for_rails
226   therubyracer
227   trollop
228   uglifier (>= 1.0.3)