Bump arvados-cli version to use output_is_persistent feature. refs #1932
[arvados.git] / services / api / Gemfile.lock
1 GEM
2   remote: https://rubygems.org/
3   specs:
4     actionmailer (3.2.15)
5       actionpack (= 3.2.15)
6       mail (~> 2.5.4)
7     actionpack (3.2.15)
8       activemodel (= 3.2.15)
9       activesupport (= 3.2.15)
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.15)
18       activesupport (= 3.2.15)
19       builder (~> 3.0.0)
20     activerecord (3.2.15)
21       activemodel (= 3.2.15)
22       activesupport (= 3.2.15)
23       arel (~> 3.0.2)
24       tzinfo (~> 0.3.29)
25     activeresource (3.2.15)
26       activemodel (= 3.2.15)
27       activesupport (= 3.2.15)
28     activesupport (3.2.15)
29       i18n (~> 0.6, >= 0.6.4)
30       multi_json (~> 1.0)
31     acts_as_api (0.4.1)
32       activemodel (>= 3.0.0)
33       activesupport (>= 3.0.0)
34       rack (>= 1.1.0)
35     addressable (2.3.5)
36     andand (1.3.3)
37     arel (3.0.2)
38     arvados (0.1.20140328152103)
39       activesupport (>= 3.2.13)
40       andand
41       google-api-client (~> 0.6.3)
42       json (>= 1.7.7)
43     arvados-cli (0.1.20140328152103)
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.6.3)
70     curb (0.8.5)
71     daemon_controller (1.1.7)
72     erubis (2.7.0)
73     execjs (2.0.2)
74     extlib (0.9.16)
75     faraday (0.8.8)
76       multipart-post (~> 1.2.0)
77     google-api-client (0.6.4)
78       addressable (>= 2.3.2)
79       autoparse (>= 0.3.3)
80       extlib (>= 0.9.15)
81       faraday (~> 0.8.4)
82       jwt (>= 0.1.5)
83       launchy (>= 2.1.1)
84       multi_json (>= 1.0.0)
85       signet (~> 0.4.5)
86       uuidtools (>= 2.1.0)
87     hashie (1.2.0)
88     highline (1.6.20)
89     hike (1.2.3)
90     httpauth (0.2.0)
91     i18n (0.6.5)
92     journey (1.0.4)
93     jquery-rails (3.0.4)
94       railties (>= 3.0, < 5.0)
95       thor (>= 0.14, < 2.0)
96     json (1.8.1)
97     jwt (0.1.8)
98       multi_json (>= 1.5)
99     launchy (2.4.2)
100       addressable (~> 2.3)
101     libv8 (3.16.14.3)
102     mail (2.5.4)
103       mime-types (~> 1.16)
104       treetop (~> 1.4.8)
105     mime-types (1.25)
106     multi_json (1.8.2)
107     multipart-post (1.2.0)
108     net-scp (1.1.2)
109       net-ssh (>= 2.6.5)
110     net-sftp (2.1.2)
111       net-ssh (>= 2.6.5)
112     net-ssh (2.7.0)
113     net-ssh-gateway (1.2.0)
114       net-ssh (>= 2.6.5)
115     oauth2 (0.8.1)
116       faraday (~> 0.8)
117       httpauth (~> 0.1)
118       jwt (~> 0.1.4)
119       multi_json (~> 1.0)
120       rack (~> 1.2)
121     oj (2.1.7)
122     omniauth (1.1.1)
123       hashie (~> 1.2)
124       rack
125     omniauth-oauth2 (1.1.1)
126       oauth2 (~> 0.8.0)
127       omniauth (~> 1.0)
128     passenger (4.0.23)
129       daemon_controller (>= 1.1.0)
130       rack
131       rake (>= 0.8.1)
132     pg (0.17.0)
133     polyglot (0.3.3)
134     rack (1.4.5)
135     rack-cache (1.2)
136       rack (>= 0.4)
137     rack-ssl (1.3.3)
138       rack
139     rack-test (0.6.2)
140       rack (>= 1.0)
141     rails (3.2.15)
142       actionmailer (= 3.2.15)
143       actionpack (= 3.2.15)
144       activerecord (= 3.2.15)
145       activeresource (= 3.2.15)
146       activesupport (= 3.2.15)
147       bundler (~> 1.0)
148       railties (= 3.2.15)
149     railties (3.2.15)
150       actionpack (= 3.2.15)
151       activesupport (= 3.2.15)
152       rack-ssl (~> 1.3.2)
153       rake (>= 0.8.7)
154       rdoc (~> 3.4)
155       thor (>= 0.14.6, < 2.0)
156     rake (10.1.0)
157     rdoc (3.12.2)
158       json (~> 1.4)
159     redis (3.0.5)
160     ref (1.0.5)
161     rvm-capistrano (1.5.1)
162       capistrano (~> 2.15.4)
163     sass (3.2.12)
164     sass-rails (3.2.6)
165       railties (~> 3.2.0)
166       sass (>= 3.1.10)
167       tilt (~> 1.3)
168     signet (0.4.5)
169       addressable (>= 2.2.3)
170       faraday (~> 0.8.1)
171       jwt (>= 0.1.5)
172       multi_json (>= 1.0.0)
173     sprockets (2.2.2)
174       hike (~> 1.2)
175       multi_json (~> 1.0)
176       rack (~> 1.0)
177       tilt (~> 1.1, != 1.3.0)
178     sqlite3 (1.3.8)
179     test_after_commit (0.2.2)
180     therubyracer (0.12.0)
181       libv8 (~> 3.16.14.0)
182       ref
183     thor (0.18.1)
184     tilt (1.4.1)
185     treetop (1.4.15)
186       polyglot
187       polyglot (>= 0.3.1)
188     trollop (2.0)
189     tzinfo (0.3.38)
190     uglifier (2.3.0)
191       execjs (>= 0.3.0)
192       json (>= 1.8.0)
193     uuidtools (2.1.4)
194
195 PLATFORMS
196   ruby
197
198 DEPENDENCIES
199   acts_as_api
200   andand
201   arvados-cli (>= 0.1.20140328152103)
202   coffee-rails (~> 3.2.0)
203   google-api-client (~> 0.6.3)
204   jquery-rails
205   multi_json
206   oj
207   omniauth (= 1.1.1)
208   omniauth-oauth2 (= 1.1.1)
209   passenger
210   pg
211   rails (~> 3.2.0)
212   redis
213   rvm-capistrano
214   sass-rails (>= 3.2.0)
215   sqlite3
216   test_after_commit
217   therubyracer
218   trollop
219   uglifier (>= 1.0.3)