Remove CanCan in preparation for D-A
[base_ror3_portal.git] / Gemfile.lock
blobbac2a65ce9dca4faf75e91e748b01424aeca9fcd
1 GIT
2   remote: git://github.com/rspec/rspec-core.git
3   revision: 001e6004bcaf94674184dc0d87869f060b6990a3
4   specs:
5     rspec-core (2.0.0.beta.20)
7 GIT
8   remote: git://github.com/rspec/rspec-expectations.git
9   revision: 7cdb347ce0ac06aa8508639f9f674b32a20f0f0e
10   specs:
11     rspec-expectations (2.0.0.beta.20)
12       diff-lcs (>= 1.1.2)
14 GIT
15   remote: git://github.com/rspec/rspec-mocks.git
16   revision: fee8d4da93b2610dd3dd7996cfcf992cc9455141
17   specs:
18     rspec-mocks (2.0.0.beta.20)
20 GIT
21   remote: git://github.com/rspec/rspec-rails.git
22   revision: a79dc73358ce050cafd69261e15e63df1b79d0a7
23   specs:
24     rspec-rails (2.0.0.beta.20)
25       rspec (= 2.0.0.beta.20)
27 GIT
28   remote: git://github.com/rspec/rspec.git
29   revision: 8f9dfb1ce27a8b2ebd5a91af6b3cfd82a3ad8ec4
30   specs:
31     rspec (2.0.0.beta.20)
32       rspec-core (= 2.0.0.beta.20)
33       rspec-expectations (= 2.0.0.beta.20)
34       rspec-mocks (= 2.0.0.beta.20)
36 GIT
37   remote: git://github.com/rymai/devise_invitable.git
38   revision: c186969eeb252fc7fac357a1bef9a2242d6108ba
39   specs:
40     devise_invitable (0.6.5)
41       devise (~> 1.1.2)
42       rails (~> 3.0.0)
44 GIT
45   remote: http://github.com/justinfrench/formtastic.git
46   revision: eeba8d402721a3b3ae3c6e0d8f1b123fcae96b65
47   branch: rails3
48   specs:
49     formtastic (1.1.0.beta)
50       actionpack (>= 2.3.0)
51       activesupport (>= 2.3.0)
52       i18n (>= 0.4.0)
54 GEM
55   remote: http://rubygems.org/
56   specs:
57     abstract (1.0.0)
58     actionmailer (3.0.0)
59       actionpack (= 3.0.0)
60       mail (~> 2.2.5)
61     actionpack (3.0.0)
62       activemodel (= 3.0.0)
63       activesupport (= 3.0.0)
64       builder (~> 2.1.2)
65       erubis (~> 2.6.6)
66       i18n (~> 0.4.1)
67       rack (~> 1.2.1)
68       rack-mount (~> 0.6.12)
69       rack-test (~> 0.5.4)
70       tzinfo (~> 0.3.23)
71     activemodel (3.0.0)
72       activesupport (= 3.0.0)
73       builder (~> 2.1.2)
74       i18n (~> 0.4.1)
75     activerecord (3.0.0)
76       activemodel (= 3.0.0)
77       activesupport (= 3.0.0)
78       arel (~> 1.0.0)
79       tzinfo (~> 0.3.23)
80     activeresource (3.0.0)
81       activemodel (= 3.0.0)
82       activesupport (= 3.0.0)
83     activesupport (3.0.0)
84     arel (1.0.1)
85       activesupport (~> 3.0.0)
86     bcrypt-ruby (2.1.2)
87     builder (2.1.2)
88     capistrano (2.5.19)
89       highline
90       net-scp (>= 1.0.0)
91       net-sftp (>= 2.0.0)
92       net-ssh (>= 2.0.14)
93       net-ssh-gateway (>= 1.0.0)
94     capybara (0.3.9)
95       culerity (>= 0.2.4)
96       mime-types (>= 1.16)
97       nokogiri (>= 1.3.3)
98       rack (>= 1.0.0)
99       rack-test (>= 0.5.4)
100       selenium-webdriver (>= 0.0.3)
101     configuration (1.1.0)
102     cucumber (0.8.5)
103       builder (~> 2.1.2)
104       diff-lcs (~> 1.1.2)
105       gherkin (~> 2.1.4)
106       json_pure (~> 1.4.3)
107       term-ansicolor (~> 1.0.4)
108     cucumber-rails (0.3.2)
109       cucumber (>= 0.8.0)
110     culerity (0.2.12)
111     database_cleaner (0.5.2)
112     devise (1.1.2)
113       bcrypt-ruby (~> 2.1.2)
114       warden (~> 0.10.7)
115     diff-lcs (1.1.2)
116     erubis (2.6.6)
117       abstract (>= 1.0.0)
118     ffi (0.6.3)
119       rake (>= 0.8.7)
120     gherkin (2.1.5)
121       trollop (~> 1.16.2)
122     highline (1.6.1)
123     i18n (0.4.1)
124     json_pure (1.4.6)
125     launchy (0.3.7)
126       configuration (>= 0.0.5)
127       rake (>= 0.8.1)
128     mail (2.2.5)
129       activesupport (>= 2.3.6)
130       mime-types
131       treetop (>= 1.4.5)
132     mime-types (1.16)
133     mysql2 (0.2.3)
134     net-scp (1.0.3)
135       net-ssh (>= 1.99.1)
136     net-sftp (2.0.5)
137       net-ssh (>= 2.0.9)
138     net-ssh (2.0.23)
139     net-ssh-gateway (1.0.1)
140       net-ssh (>= 1.99.1)
141     nokogiri (1.4.3.1)
142     polyglot (0.3.1)
143     rack (1.2.1)
144     rack-mount (0.6.13)
145       rack (>= 1.0.0)
146     rack-test (0.5.4)
147       rack (>= 1.0)
148     rails (3.0.0)
149       actionmailer (= 3.0.0)
150       actionpack (= 3.0.0)
151       activerecord (= 3.0.0)
152       activeresource (= 3.0.0)
153       activesupport (= 3.0.0)
154       bundler (~> 1.0.0)
155       railties (= 3.0.0)
156     railties (3.0.0)
157       actionpack (= 3.0.0)
158       activesupport (= 3.0.0)
159       rake (>= 0.8.4)
160       thor (~> 0.14.0)
161     rake (0.8.7)
162     rubyzip (0.9.4)
163     selenium-webdriver (0.0.28)
164       ffi (>= 0.6.1)
165       json_pure
166       rubyzip
167     spork (0.8.4)
168     term-ansicolor (1.0.5)
169     test-unit (2.1.1)
170     thor (0.14.0)
171     treetop (1.4.8)
172       polyglot (>= 0.3.1)
173     trollop (1.16.2)
174     tzinfo (0.3.23)
175     warden (0.10.7)
176       rack (>= 1.0.0)
178 PLATFORMS
179   ruby
181 DEPENDENCIES
182   capistrano
183   capybara
184   cucumber
185   cucumber-rails
186   database_cleaner
187   devise (~> 1.1.2)
188   devise_invitable!
189   formtastic!
190   launchy
191   mysql2
192   rails (= 3.0.0)
193   rspec (>= 2.0.0.beta.20)!
194   rspec-core (>= 2.0.0.beta.20)!
195   rspec-expectations (>= 2.0.0.beta.20)!
196   rspec-mocks (>= 2.0.0.beta.20)!
197   rspec-rails (>= 2.0.0.beta.20)!
198   spork
199   test-unit