accept authorization token in Authorization request header
[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.14.1)
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.4.0)
52     daemon_controller (1.1.0)
53     erubis (2.7.0)
54     execjs (1.4.0)
55       multi_json (~> 1.0)
56     faraday (0.8.4)
57       multipart-post (~> 1.1)
58     fastthread (1.0.7)
59     hashie (1.2.0)
60     highline (1.6.15)
61     hike (1.2.1)
62     httpauth (0.2.0)
63     i18n (0.6.1)
64     jquery-rails (2.1.4)
65       railties (>= 3.0, < 5.0)
66       thor (>= 0.14, < 2.0)
67     json (1.7.6)
68     jwt (0.1.5)
69       multi_json (>= 1.0)
70     libv8 (3.11.8.13)
71     mail (2.3.3)
72       i18n (>= 0.4.0)
73       mime-types (~> 1.16)
74       treetop (~> 1.4.8)
75     mime-types (1.19)
76     multi_json (1.2.0)
77     multipart-post (1.1.5)
78     net-scp (1.0.4)
79       net-ssh (>= 1.99.1)
80     net-sftp (2.0.5)
81       net-ssh (>= 2.0.9)
82     net-ssh (2.6.3)
83     net-ssh-gateway (1.1.0)
84       net-ssh (>= 1.99.1)
85     oauth2 (0.8.0)
86       faraday (~> 0.8)
87       httpauth (~> 0.1)
88       jwt (~> 0.1.4)
89       multi_json (~> 1.0)
90       rack (~> 1.2)
91     oj (2.0.3)
92     omniauth (1.1.1)
93       hashie (~> 1.2)
94       rack
95     omniauth-oauth2 (1.1.1)
96       oauth2 (~> 0.8.0)
97       omniauth (~> 1.0)
98     passenger (3.0.19)
99       daemon_controller (>= 1.0.0)
100       fastthread (>= 1.0.1)
101       rack
102       rake (>= 0.8.1)
103     pg (0.14.1)
104     polyglot (0.3.3)
105     rack (1.3.9)
106     rack-cache (1.2)
107       rack (>= 0.4)
108     rack-mount (0.8.3)
109       rack (>= 1.0.0)
110     rack-ssl (1.3.2)
111       rack
112     rack-test (0.6.2)
113       rack (>= 1.0)
114     rails (3.1.10)
115       actionmailer (= 3.1.10)
116       actionpack (= 3.1.10)
117       activerecord (= 3.1.10)
118       activeresource (= 3.1.10)
119       activesupport (= 3.1.10)
120       bundler (~> 1.0)
121       railties (= 3.1.10)
122     railties (3.1.10)
123       actionpack (= 3.1.10)
124       activesupport (= 3.1.10)
125       rack-ssl (~> 1.3.2)
126       rake (>= 0.8.7)
127       rdoc (~> 3.4)
128       thor (~> 0.14.6)
129     rake (10.0.3)
130     rdoc (3.12)
131       json (~> 1.4)
132     ref (1.0.2)
133     rvm-capistrano (1.2.7)
134       capistrano (>= 2.0.0)
135     sass (3.1.21)
136     sass-rails (3.1.5)
137       actionpack (~> 3.1.0)
138       railties (~> 3.1.0)
139       sass (~> 3.1.10)
140       tilt (~> 1.3.2)
141     sprockets (2.0.4)
142       hike (~> 1.2)
143       rack (~> 1.0)
144       tilt (~> 1.1, != 1.3.0)
145     therubyracer (0.11.3)
146       libv8 (~> 3.11.8.12)
147       ref
148     thor (0.14.6)
149     tilt (1.3.3)
150     treetop (1.4.12)
151       polyglot
152       polyglot (>= 0.3.1)
153     tzinfo (0.3.35)
154     uglifier (1.3.0)
155       execjs (>= 0.3.0)
156       multi_json (~> 1.0, >= 1.0.2)
157
158 PLATFORMS
159   ruby
160
161 DEPENDENCIES
162   acts_as_api
163   andand
164   coffee-rails (~> 3.1.1)
165   jquery-rails
166   multi_json
167   oj
168   omniauth (= 1.1.1)
169   omniauth-oauth2 (= 1.1.1)
170   passenger
171   pg
172   rails (= 3.1.10)
173   rvm-capistrano
174   sass-rails (= 3.1.5)
175   therubyracer
176   uglifier (>= 1.0.3)