OSDN Git Service

pass test
[pettanr/pettanr.git] / Gemfile.lock
1 GEM
2   remote: http://rubygems.org/
3   specs:
4     ZenTest (4.7.0)
5     actionmailer (3.1.1)
6       actionpack (= 3.1.1)
7       mail (~> 2.3.0)
8     actionpack (3.1.1)
9       activemodel (= 3.1.1)
10       activesupport (= 3.1.1)
11       builder (~> 3.0.0)
12       erubis (~> 2.7.0)
13       i18n (~> 0.6)
14       rack (~> 1.3.2)
15       rack-cache (~> 1.1)
16       rack-mount (~> 0.8.2)
17       rack-test (~> 0.6.1)
18       sprockets (~> 2.0.2)
19     activemodel (3.1.1)
20       activesupport (= 3.1.1)
21       builder (~> 3.0.0)
22       i18n (~> 0.6)
23     activerecord (3.1.1)
24       activemodel (= 3.1.1)
25       activesupport (= 3.1.1)
26       arel (~> 2.2.1)
27       tzinfo (~> 0.3.29)
28     activeresource (3.1.1)
29       activemodel (= 3.1.1)
30       activesupport (= 3.1.1)
31     activesupport (3.1.1)
32       multi_json (~> 1.0)
33     arel (2.2.1)
34     autotest (4.4.6)
35       ZenTest (>= 4.4.1)
36     aws-s3 (0.6.2)
37       builder
38       mime-types
39       xml-simple
40     bcrypt-ruby (3.0.1-x86-mingw32)
41     builder (3.0.0)
42     capybara (1.1.2)
43       mime-types (>= 1.16)
44       nokogiri (>= 1.3.3)
45       rack (>= 1.0.0)
46       rack-test (>= 0.5.4)
47       selenium-webdriver (~> 2.0)
48       xpath (~> 0.1.4)
49     childprocess (0.2.3)
50       ffi (~> 1.0.6)
51     coffee-rails (3.1.1)
52       coffee-script (>= 2.2.0)
53       railties (~> 3.1.0)
54     coffee-script (2.2.0)
55       coffee-script-source
56       execjs
57     coffee-script-source (1.1.3)
58     cucumber (1.1.3)
59       builder (>= 2.1.2)
60       diff-lcs (>= 1.1.2)
61       gherkin (~> 2.6.7)
62       json (>= 1.4.6)
63       term-ansicolor (>= 1.0.6)
64     cucumber-rails (1.2.1)
65       capybara (>= 1.1.2)
66       cucumber (>= 1.1.3)
67       nokogiri (>= 1.5.0)
68     database_cleaner (0.7.0)
69     devise (1.5.2)
70       bcrypt-ruby (~> 3.0)
71       orm_adapter (~> 0.0.3)
72       warden (~> 1.1)
73     diff-lcs (1.1.3)
74     erubis (2.7.0)
75     execjs (1.2.11)
76       multi_json (~> 1.0)
77     factory_girl (2.6.4)
78       activesupport (>= 2.3.9)
79     ffi (1.0.11-x86-mingw32)
80     gherkin (2.6.9-x86-mingw32)
81       json (>= 1.4.6)
82     hike (1.2.1)
83     i18n (0.6.0)
84     jquery-rails (1.0.19)
85       railties (~> 3.0)
86       thor (~> 0.14)
87     json (1.6.3)
88     mail (2.3.0)
89       i18n (>= 0.4.0)
90       mime-types (~> 1.16)
91       treetop (~> 1.4.8)
92     mime-types (1.17.2)
93     moro-miso (0.0.6)
94     multi_json (1.0.4)
95     nokogiri (1.5.0-x86-mingw32)
96     orm_adapter (0.0.5)
97     polyglot (0.3.3)
98     rack (1.3.5)
99     rack-cache (1.1)
100       rack (>= 0.4)
101     rack-mount (0.8.3)
102       rack (>= 1.0.0)
103     rack-ssl (1.3.2)
104       rack
105     rack-test (0.6.1)
106       rack (>= 1.0)
107     rails (3.1.1)
108       actionmailer (= 3.1.1)
109       actionpack (= 3.1.1)
110       activerecord (= 3.1.1)
111       activeresource (= 3.1.1)
112       activesupport (= 3.1.1)
113       bundler (~> 1.0)
114       railties (= 3.1.1)
115     rails-erd (0.4.5)
116       activerecord (~> 3.0)
117       activesupport (~> 3.0)
118       ruby-graphviz (~> 0.9.18)
119     railties (3.1.1)
120       actionpack (= 3.1.1)
121       activesupport (= 3.1.1)
122       rack-ssl (~> 1.3.2)
123       rake (>= 0.8.7)
124       rdoc (~> 3.4)
125       thor (~> 0.14.6)
126     rake (0.9.2.2)
127     rdoc (3.11)
128       json (~> 1.4)
129     rspec (2.7.0)
130       rspec-core (~> 2.7.0)
131       rspec-expectations (~> 2.7.0)
132       rspec-mocks (~> 2.7.0)
133     rspec-core (2.7.1)
134     rspec-expectations (2.7.0)
135       diff-lcs (~> 1.1.2)
136     rspec-mocks (2.7.0)
137     rspec-rails (2.7.0)
138       actionpack (~> 3.0)
139       activesupport (~> 3.0)
140       railties (~> 3.0)
141       rspec (~> 2.7.0)
142     ruby-graphviz (0.9.21)
143     rubyzip (0.9.5)
144     sass (3.1.11)
145     sass-rails (3.1.5)
146       actionpack (~> 3.1.0)
147       railties (~> 3.1.0)
148       sass (~> 3.1.10)
149       tilt (~> 1.3.2)
150     selenium-webdriver (2.14.0)
151       childprocess (>= 0.2.1)
152       ffi (~> 1.0.9)
153       multi_json (~> 1.0.4)
154       rubyzip
155     sprockets (2.0.3)
156       hike (~> 1.2)
157       rack (~> 1.0)
158       tilt (~> 1.1, != 1.3.0)
159     sqlite3 (1.3.5-x86-mingw32)
160     term-ansicolor (1.0.7)
161     thor (0.14.6)
162     tilt (1.3.3)
163     treetop (1.4.10)
164       polyglot
165       polyglot (>= 0.3.1)
166     tzinfo (0.3.31)
167     uglifier (1.1.0)
168       execjs (>= 0.3.0)
169       multi_json (>= 1.0.2)
170     validate_url (0.2.0)
171       activemodel (>= 3.0.0)
172     validates_existence (0.7.1)
173     warden (1.1.0)
174       rack (>= 1.0)
175     webrat (0.7.3)
176       nokogiri (>= 1.2.0)
177       rack (>= 1.0)
178       rack-test (>= 0.5.3)
179     xml-simple (1.1.1)
180     xpath (0.1.4)
181       nokogiri (~> 1.3)
182
183 PLATFORMS
184   x86-mingw32
185
186 DEPENDENCIES
187   autotest
188   aws-s3
189   coffee-rails (~> 3.1.1)
190   cucumber
191   cucumber-rails
192   database_cleaner
193   devise
194   factory_girl
195   jquery-rails
196   moro-miso
197   rails (= 3.1.1)
198   rails-erd
199   rspec
200   rspec-rails
201   sass-rails (~> 3.1.4)
202   sqlite3
203   uglifier (>= 1.0.3)
204   validate_url
205   validates_existence
206   webrat