add jobs#log_tail_follow
[arvados.git] / services / api / Gemfile.lock
1 GEM
2   remote: http://rubygems.org/
3   specs:
4     actionmailer (3.1.10)
5       actionpack (= 3.1.10)
6       mail (~> 2.3.3)
7     actionpack (3.1.10)
8       activemodel (= 3.1.10)
9       activesupport (= 3.1.10)
10       builder (~> 3.0.0)
11       erubis (~> 2.7.0)
12       i18n (~> 0.6)
13       rack (~> 1.3.6)
14       rack-cache (~> 1.2)
15       rack-mount (~> 0.8.2)
16       rack-test (~> 0.6.1)
17       sprockets (~> 2.0.4)
18     activemodel (3.1.10)
19       activesupport (= 3.1.10)
20       builder (~> 3.0.0)
21       i18n (~> 0.6)
22     activerecord (3.1.10)
23       activemodel (= 3.1.10)
24       activesupport (= 3.1.10)
25       arel (~> 2.2.3)
26       tzinfo (~> 0.3.29)
27     activeresource (3.1.10)
28       activemodel (= 3.1.10)
29       activesupport (= 3.1.10)
30     activesupport (3.1.10)
31       multi_json (>= 1.0, < 1.3)
32     acts_as_api (0.4.1)
33       activemodel (>= 3.0.0)
34       activesupport (>= 3.0.0)
35       rack (>= 1.1.0)
36     andand (1.3.3)
37     arel (2.2.3)
38     builder (3.0.4)
39     capistrano (2.15.4)
40       highline
41       net-scp (>= 1.0.0)
42       net-sftp (>= 2.0.0)
43       net-ssh (>= 2.0.14)
44       net-ssh-gateway (>= 1.1.0)
45     coffee-rails (3.1.1)
46       coffee-script (>= 2.2.0)
47       railties (~> 3.1.0)
48     coffee-script (2.2.0)
49       coffee-script-source
50       execjs
51     coffee-script-source (1.6.2)
52     daemon_controller (1.1.4)
53     erubis (2.7.0)
54     execjs (1.4.0)
55       multi_json (~> 1.0)
56     faraday (0.8.7)
57       multipart-post (~> 1.1)
58     hashie (1.2.0)
59     highline (1.6.19)
60     hike (1.2.3)
61     httpauth (0.2.0)
62     i18n (0.6.4)
63     jquery-rails (3.0.1)
64       railties (>= 3.0, < 5.0)
65       thor (>= 0.14, < 2.0)
66     json (1.8.0)
67     jwt (0.1.6)
68       multi_json (>= 1.0)
69     libv8 (3.11.8.17)
70     mail (2.3.3)
71       i18n (>= 0.4.0)
72       mime-types (~> 1.16)
73       treetop (~> 1.4.8)
74     mime-types (1.23)
75     multi_json (1.2.0)
76     multipart-post (1.2.0)
77     net-scp (1.1.1)
78       net-ssh (>= 2.6.5)
79     net-sftp (2.1.2)
80       net-ssh (>= 2.6.5)
81     net-ssh (2.6.7)
82     net-ssh-gateway (1.2.0)
83       net-ssh (>= 2.6.5)
84     oauth2 (0.8.1)
85       faraday (~> 0.8)
86       httpauth (~> 0.1)
87       jwt (~> 0.1.4)
88       multi_json (~> 1.0)
89       rack (~> 1.2)
90     oj (2.1.2)
91     omniauth (1.1.1)
92       hashie (~> 1.2)
93       rack
94     omniauth-oauth2 (1.1.1)
95       oauth2 (~> 0.8.0)
96       omniauth (~> 1.0)
97     passenger (4.0.5)
98       daemon_controller (>= 1.1.0)
99       rack
100       rake (>= 0.8.1)
101     pg (0.15.1)
102     polyglot (0.3.3)
103     rack (1.3.10)
104     rack-cache (1.2)
105       rack (>= 0.4)
106     rack-mount (0.8.3)
107       rack (>= 1.0.0)
108     rack-ssl (1.3.3)
109       rack
110     rack-test (0.6.2)
111       rack (>= 1.0)
112     rails (3.1.10)
113       actionmailer (= 3.1.10)
114       actionpack (= 3.1.10)
115       activerecord (= 3.1.10)
116       activeresource (= 3.1.10)
117       activesupport (= 3.1.10)
118       bundler (~> 1.0)
119       railties (= 3.1.10)
120     railties (3.1.10)
121       actionpack (= 3.1.10)
122       activesupport (= 3.1.10)
123       rack-ssl (~> 1.3.2)
124       rake (>= 0.8.7)
125       rdoc (~> 3.4)
126       thor (~> 0.14.6)
127     rake (10.1.0)
128     rdoc (3.12.2)
129       json (~> 1.4)
130     redis (3.0.4)
131     ref (1.0.5)
132     rvm-capistrano (1.3.2)
133       capistrano (>= 2.0.0)
134     sass (3.1.21)
135     sass-rails (3.1.5)
136       actionpack (~> 3.1.0)
137       railties (~> 3.1.0)
138       sass (~> 3.1.10)
139       tilt (~> 1.3.2)
140     sprockets (2.0.4)
141       hike (~> 1.2)
142       rack (~> 1.0)
143       tilt (~> 1.1, != 1.3.0)
144     therubyracer (0.11.4)
145       libv8 (~> 3.11.8.12)
146       ref
147     thor (0.14.6)
148     tilt (1.3.7)
149     treetop (1.4.14)
150       polyglot
151       polyglot (>= 0.3.1)
152     tzinfo (0.3.37)
153     uglifier (2.1.1)
154       execjs (>= 0.3.0)
155       multi_json (~> 1.0, >= 1.0.2)
156
157 PLATFORMS
158   ruby
159
160 DEPENDENCIES
161   acts_as_api
162   andand
163   coffee-rails (~> 3.1.1)
164   jquery-rails
165   multi_json
166   oj
167   omniauth (= 1.1.1)
168   omniauth-oauth2 (= 1.1.1)
169   passenger
170   pg
171   rails (= 3.1.10)
172   redis
173   rvm-capistrano
174   sass-rails (= 3.1.5)
175   therubyracer
176   uglifier (>= 1.0.3)