Update package version dependencies on arvados-cli to use commit:7bd2ee2
[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.20140703225421)
39       activesupport (>= 3.2.13)
40       andand
41       google-api-client (~> 0.6.3)
42       json (>= 1.7.7)
43       jwt (>= 0.1.5, < 1.0.0)
44     arvados-cli (0.1.20140707154524)
45       activesupport (~> 3.2, >= 3.2.13)
46       andand (~> 1.3, >= 1.3.3)
47       arvados (~> 0.1.0)
48       curb (~> 0.8)
49       google-api-client (~> 0.6.3)
50       json (~> 1.7, >= 1.7.7)
51       jwt (>= 0.1.5, < 1.0.0)
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.8.5)
73     daemon_controller (1.2.0)
74     database_cleaner (1.2.0)
75     erubis (2.7.0)
76     eventmachine (1.0.3)
77     execjs (2.0.2)
78     extlib (0.9.16)
79     faraday (0.8.9)
80       multipart-post (~> 1.2.0)
81     faye-websocket (0.7.2)
82       eventmachine (>= 0.12.0)
83       websocket-driver (>= 0.3.1)
84     google-api-client (0.6.4)
85       addressable (>= 2.3.2)
86       autoparse (>= 0.3.3)
87       extlib (>= 0.9.15)
88       faraday (~> 0.8.4)
89       jwt (>= 0.1.5)
90       launchy (>= 2.1.1)
91       multi_json (>= 1.0.0)
92       signet (~> 0.4.5)
93       uuidtools (>= 2.1.0)
94     hashie (1.2.0)
95     highline (1.6.21)
96     hike (1.2.3)
97     httpauth (0.2.1)
98     i18n (0.6.9)
99     journey (1.0.4)
100     jquery-rails (3.1.0)
101       railties (>= 3.0, < 5.0)
102       thor (>= 0.14, < 2.0)
103     json (1.8.1)
104     jwt (0.1.13)
105       multi_json (>= 1.5)
106     launchy (2.4.2)
107       addressable (~> 2.3)
108     libv8 (3.16.14.3)
109     mail (2.5.4)
110       mime-types (~> 1.16)
111       treetop (~> 1.4.8)
112     mime-types (1.25.1)
113     multi_json (1.10.0)
114     multipart-post (1.2.0)
115     net-scp (1.2.0)
116       net-ssh (>= 2.6.5)
117     net-sftp (2.1.2)
118       net-ssh (>= 2.6.5)
119     net-ssh (2.8.0)
120     net-ssh-gateway (1.2.0)
121       net-ssh (>= 2.6.5)
122     oauth2 (0.8.1)
123       faraday (~> 0.8)
124       httpauth (~> 0.1)
125       jwt (~> 0.1.4)
126       multi_json (~> 1.0)
127       rack (~> 1.2)
128     oj (2.9.0)
129     omniauth (1.1.1)
130       hashie (~> 1.2)
131       rack
132     omniauth-oauth2 (1.1.1)
133       oauth2 (~> 0.8.0)
134       omniauth (~> 1.0)
135     passenger (4.0.41)
136       daemon_controller (>= 1.2.0)
137       rack
138       rake (>= 0.8.1)
139     pg (0.17.1)
140     pg_power (1.6.4)
141       pg
142       rails (~> 3.1)
143     polyglot (0.3.4)
144     puma (2.8.2)
145       rack (>= 1.1, < 2.0)
146     rack (1.4.5)
147     rack-cache (1.2)
148       rack (>= 0.4)
149     rack-ssl (1.3.4)
150       rack
151     rack-test (0.6.2)
152       rack (>= 1.0)
153     rails (3.2.17)
154       actionmailer (= 3.2.17)
155       actionpack (= 3.2.17)
156       activerecord (= 3.2.17)
157       activeresource (= 3.2.17)
158       activesupport (= 3.2.17)
159       bundler (~> 1.0)
160       railties (= 3.2.17)
161     railties (3.2.17)
162       actionpack (= 3.2.17)
163       activesupport (= 3.2.17)
164       rack-ssl (~> 1.3.2)
165       rake (>= 0.8.7)
166       rdoc (~> 3.4)
167       thor (>= 0.14.6, < 2.0)
168     rake (10.2.2)
169     rdoc (3.12.2)
170       json (~> 1.4)
171     ref (1.0.5)
172     rvm-capistrano (1.5.1)
173       capistrano (~> 2.15.4)
174     sass (3.3.4)
175     sass-rails (3.2.6)
176       railties (~> 3.2.0)
177       sass (>= 3.1.10)
178       tilt (~> 1.3)
179     signet (0.4.5)
180       addressable (>= 2.2.3)
181       faraday (~> 0.8.1)
182       jwt (>= 0.1.5)
183       multi_json (>= 1.0.0)
184     simplecov (0.7.1)
185       multi_json (~> 1.0)
186       simplecov-html (~> 0.7.1)
187     simplecov-html (0.7.1)
188     simplecov-rcov (0.2.3)
189       simplecov (>= 0.4.1)
190     sprockets (2.2.2)
191       hike (~> 1.2)
192       multi_json (~> 1.0)
193       rack (~> 1.0)
194       tilt (~> 1.1, != 1.3.0)
195     test_after_commit (0.2.3)
196     themes_for_rails (0.5.1)
197       rails (>= 3.0.0)
198     therubyracer (0.12.1)
199       libv8 (~> 3.16.14.0)
200       ref
201     thor (0.19.1)
202     tilt (1.4.1)
203     treetop (1.4.15)
204       polyglot
205       polyglot (>= 0.3.1)
206     trollop (2.0)
207     tzinfo (0.3.39)
208     uglifier (2.5.0)
209       execjs (>= 0.3.0)
210       json (>= 1.8.0)
211     uuidtools (2.1.4)
212     websocket-driver (0.3.2)
213
214 PLATFORMS
215   ruby
216
217 DEPENDENCIES
218   acts_as_api
219   andand
220   arvados-cli (>= 0.1.20140707154524)
221   coffee-rails (~> 3.2.0)
222   database_cleaner
223   faye-websocket
224   google-api-client (~> 0.6.3)
225   jquery-rails
226   multi_json
227   oj
228   omniauth (= 1.1.1)
229   omniauth-oauth2 (= 1.1.1)
230   passenger
231   pg
232   pg_power
233   puma
234   rails (~> 3.2.0)
235   rvm-capistrano
236   sass-rails (>= 3.2.0)
237   simplecov (~> 0.7.1)
238   simplecov-rcov
239   test_after_commit
240   themes_for_rails
241   therubyracer
242   trollop
243   uglifier (>= 1.0.3)