OSDN Git Service

16b4780846f501602e3d4ec661182750689be835
[pettanr/pettanr.git] / Gemfile.lock
1 GEM
2   remote: http://rubygems.org/
3   specs:
4     ZenTest (4.8.1)
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     addressable (2.2.8)
34     arel (2.2.3)
35     autotest (4.4.6)
36       ZenTest (>= 4.4.1)
37     aws-s3 (0.6.3)
38       builder
39       mime-types
40       xml-simple
41     bcrypt-ruby (3.0.1-x86-mingw32)
42     builder (3.0.0)
43     capybara (1.1.2)
44       mime-types (>= 1.16)
45       nokogiri (>= 1.3.3)
46       rack (>= 1.0.0)
47       rack-test (>= 0.5.4)
48       selenium-webdriver (~> 2.0)
49       xpath (~> 0.1.4)
50     childprocess (0.3.4)
51       ffi (~> 1.0, >= 1.0.6)
52     choice (0.1.6)
53     coffee-rails (3.1.1)
54       coffee-script (>= 2.2.0)
55       railties (~> 3.1.0)
56     coffee-script (2.2.0)
57       coffee-script-source
58       execjs
59     coffee-script-source (1.3.3)
60     cucumber (1.2.1)
61       builder (>= 2.1.2)
62       diff-lcs (>= 1.1.3)
63       gherkin (~> 2.11.0)
64       json (>= 1.4.6)
65     cucumber-rails (1.3.0)
66       capybara (>= 1.1.2)
67       cucumber (>= 1.1.8)
68       nokogiri (>= 1.5.0)
69     database_cleaner (0.8.0)
70     devise (1.5.2)
71       bcrypt-ruby (~> 3.0)
72       orm_adapter (~> 0.0.3)
73       warden (~> 1.1)
74     diff-lcs (1.1.3)
75     erubis (2.7.0)
76     execjs (1.4.0)
77       multi_json (~> 1.0)
78     factory_girl (3.5.0)
79       activesupport (>= 3.0.0)
80     ffi (1.1.0-x86-mingw32)
81     gherkin (2.11.1-x86-mingw32)
82       json (>= 1.4.6)
83     hike (1.2.1)
84     i18n (0.6.0)
85     jquery-rails (1.0.19)
86       railties (~> 3.0)
87       thor (~> 0.14)
88     json (1.7.3)
89     libwebsocket (0.1.4)
90       addressable
91     mail (2.3.3)
92       i18n (>= 0.4.0)
93       mime-types (~> 1.16)
94       treetop (~> 1.4.8)
95     mime-types (1.19)
96     moro-miso (0.0.6)
97     multi_json (1.3.6)
98     nokogiri (1.5.5-x86-mingw32)
99     orm_adapter (0.0.7)
100     pg (0.14.0-x86-mingw32)
101     polyglot (0.3.3)
102     rack (1.3.6)
103     rack-cache (1.2)
104       rack (>= 0.4)
105     rack-mount (0.8.3)
106       rack (>= 1.0.0)
107     rack-ssl (1.3.2)
108       rack
109     rack-test (0.6.1)
110       rack (>= 1.0)
111     rails (3.1.1)
112       actionmailer (= 3.1.1)
113       actionpack (= 3.1.1)
114       activerecord (= 3.1.1)
115       activeresource (= 3.1.1)
116       activesupport (= 3.1.1)
117       bundler (~> 1.0)
118       railties (= 3.1.1)
119     rails-erd (1.0.0)
120       activerecord (>= 3.0)
121       activesupport (>= 3.0)
122       choice (~> 0.1.6)
123       ruby-graphviz (~> 1.0.4)
124     railties (3.1.1)
125       actionpack (= 3.1.1)
126       activesupport (= 3.1.1)
127       rack-ssl (~> 1.3.2)
128       rake (>= 0.8.7)
129       rdoc (~> 3.4)
130       thor (~> 0.14.6)
131     rake (0.9.2.2)
132     rdoc (3.12)
133       json (~> 1.4)
134     rmagick (2.13.1)
135     rspec (2.11.0)
136       rspec-core (~> 2.11.0)
137       rspec-expectations (~> 2.11.0)
138       rspec-mocks (~> 2.11.0)
139     rspec-core (2.11.1)
140     rspec-expectations (2.11.1)
141       diff-lcs (~> 1.1.3)
142     rspec-mocks (2.11.1)
143     rspec-rails (2.11.0)
144       actionpack (>= 3.0)
145       activesupport (>= 3.0)
146       railties (>= 3.0)
147       rspec (~> 2.11.0)
148     ruby-graphviz (1.0.8)
149     rubyzip (0.9.9)
150     sass (3.1.20)
151     sass-rails (3.1.6)
152       actionpack (~> 3.1.0)
153       railties (~> 3.1.0)
154       sass (>= 3.1.10)
155       tilt (~> 1.3.2)
156     selenium-webdriver (2.25.0)
157       childprocess (>= 0.2.5)
158       libwebsocket (~> 0.1.3)
159       multi_json (~> 1.0)
160       rubyzip
161     sprockets (2.0.4)
162       hike (~> 1.2)
163       rack (~> 1.0)
164       tilt (~> 1.1, != 1.3.0)
165     sqlite3 (1.3.6-x86-mingw32)
166     therubyracer-heroku (0.8.1.pre3)
167     thor (0.14.6)
168     tilt (1.3.3)
169     treetop (1.4.10)
170       polyglot
171       polyglot (>= 0.3.1)
172     tzinfo (0.3.33)
173     uglifier (1.2.6)
174       execjs (>= 0.3.0)
175       multi_json (~> 1.3)
176     validate_url (0.2.0)
177       activemodel (>= 3.0.0)
178     validates_existence (0.7.1)
179     warden (1.2.1)
180       rack (>= 1.0)
181     webrat (0.7.3)
182       nokogiri (>= 1.2.0)
183       rack (>= 1.0)
184       rack-test (>= 0.5.3)
185     xml-simple (1.1.1)
186     xpath (0.1.4)
187       nokogiri (~> 1.3)
188
189 PLATFORMS
190   x86-mingw32
191
192 DEPENDENCIES
193   autotest
194   aws-s3
195   coffee-rails (~> 3.1.1)
196   cucumber
197   cucumber-rails
198   database_cleaner
199   devise (= 1.5.2)
200   factory_girl
201   jquery-rails
202   moro-miso
203   pg
204   rails (= 3.1.1)
205   rails-erd
206   rmagick
207   rspec
208   rspec-rails
209   sass-rails (~> 3.1.4)
210   sqlite3
211   therubyracer-heroku
212   uglifier (>= 1.0.3)
213   validate_url
214   validates_existence
215   webrat