fix OrvosModel#index permissions
[arvados.git] / 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     arel (2.2.3)
37     builder (3.0.4)
38     capistrano (2.14.1)
39       highline
40       net-scp (>= 1.0.0)
41       net-sftp (>= 2.0.0)
42       net-ssh (>= 2.0.14)
43       net-ssh-gateway (>= 1.1.0)
44     coffee-rails (3.1.1)
45       coffee-script (>= 2.2.0)
46       railties (~> 3.1.0)
47     coffee-script (2.2.0)
48       coffee-script-source
49       execjs
50     coffee-script-source (1.4.0)
51     daemon_controller (1.1.0)
52     erubis (2.7.0)
53     execjs (1.4.0)
54       multi_json (~> 1.0)
55     faraday (0.8.4)
56       multipart-post (~> 1.1)
57     fastthread (1.0.7)
58     hashie (1.2.0)
59     highline (1.6.15)
60     hike (1.2.1)
61     httpauth (0.2.0)
62     i18n (0.6.1)
63     jquery-rails (2.1.4)
64       railties (>= 3.0, < 5.0)
65       thor (>= 0.14, < 2.0)
66     json (1.7.6)
67     jwt (0.1.5)
68       multi_json (>= 1.0)
69     libv8 (3.11.8.13)
70     mail (2.3.3)
71       i18n (>= 0.4.0)
72       mime-types (~> 1.16)
73       treetop (~> 1.4.8)
74     mime-types (1.19)
75     multi_json (1.2.0)
76     multipart-post (1.1.5)
77     net-scp (1.0.4)
78       net-ssh (>= 1.99.1)
79     net-sftp (2.0.5)
80       net-ssh (>= 2.0.9)
81     net-ssh (2.6.3)
82     net-ssh-gateway (1.1.0)
83       net-ssh (>= 1.99.1)
84     oauth2 (0.8.0)
85       faraday (~> 0.8)
86       httpauth (~> 0.1)
87       jwt (~> 0.1.4)
88       multi_json (~> 1.0)
89       rack (~> 1.2)
90     omniauth (1.1.1)
91       hashie (~> 1.2)
92       rack
93     omniauth-oauth2 (1.1.1)
94       oauth2 (~> 0.8.0)
95       omniauth (~> 1.0)
96     passenger (3.0.19)
97       daemon_controller (>= 1.0.0)
98       fastthread (>= 1.0.1)
99       rack
100       rake (>= 0.8.1)
101     pg (0.14.1)
102     polyglot (0.3.3)
103     rack (1.3.9)
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.2)
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.0.3)
128     rdoc (3.12)
129       json (~> 1.4)
130     ref (1.0.2)
131     rvm-capistrano (1.2.7)
132       capistrano (>= 2.0.0)
133     sass (3.1.21)
134     sass-rails (3.1.5)
135       actionpack (~> 3.1.0)
136       railties (~> 3.1.0)
137       sass (~> 3.1.10)
138       tilt (~> 1.3.2)
139     sprockets (2.0.4)
140       hike (~> 1.2)
141       rack (~> 1.0)
142       tilt (~> 1.1, != 1.3.0)
143     therubyracer (0.11.3)
144       libv8 (~> 3.11.8.12)
145       ref
146     thor (0.14.6)
147     tilt (1.3.3)
148     treetop (1.4.12)
149       polyglot
150       polyglot (>= 0.3.1)
151     tzinfo (0.3.35)
152     uglifier (1.3.0)
153       execjs (>= 0.3.0)
154       multi_json (~> 1.0, >= 1.0.2)
155
156 PLATFORMS
157   ruby
158
159 DEPENDENCIES
160   acts_as_api
161   coffee-rails (~> 3.1.1)
162   jquery-rails
163   json
164   omniauth (= 1.1.1)
165   omniauth-oauth2 (= 1.1.1)
166   passenger
167   pg
168   rails (= 3.1.10)
169   rvm-capistrano
170   sass-rails (= 3.1.5)
171   therubyracer
172   uglifier (>= 1.0.3)