OSDN Git Service

install letter_opener
[wvm/gitlab.git] / Gemfile.lock
1 GIT
2   remote: git://github.com/ctran/annotate_models.git
3   revision: cfeec96c9ca0fa5035b10be3d73e798cc4fc52f7
4   specs:
5     annotate (2.4.1.beta1)
6
7 GIT
8   remote: git://github.com/gitlabhq/grit.git
9   revision: ff015074ef35bd94cba943f9c0f98e161ab5851c
10   specs:
11     grit (2.4.1)
12       diff-lcs (~> 1.1)
13       mime-types (~> 1.15)
14       posix-spawn (~> 0.3.6)
15
16 GIT
17   remote: git://github.com/mbleigh/seed-fu.git
18   revision: 77be06852b18fb01e272ab763ddb292da575586c
19   specs:
20     seed-fu (2.1.0)
21       activerecord (~> 3.1.0)
22       activesupport (~> 3.1.0)
23
24 GEM
25   remote: http://rubygems.org/
26   specs:
27     ZenTest (4.5.0)
28     actionmailer (3.1.0)
29       actionpack (= 3.1.0)
30       mail (~> 2.3.0)
31     actionpack (3.1.0)
32       activemodel (= 3.1.0)
33       activesupport (= 3.1.0)
34       builder (~> 3.0.0)
35       erubis (~> 2.7.0)
36       i18n (~> 0.6)
37       rack (~> 1.3.2)
38       rack-cache (~> 1.0.3)
39       rack-mount (~> 0.8.2)
40       rack-test (~> 0.6.1)
41       sprockets (~> 2.0.0)
42     activemodel (3.1.0)
43       activesupport (= 3.1.0)
44       bcrypt-ruby (~> 3.0.0)
45       builder (~> 3.0.0)
46       i18n (~> 0.6)
47     activerecord (3.1.0)
48       activemodel (= 3.1.0)
49       activesupport (= 3.1.0)
50       arel (~> 2.2.1)
51       tzinfo (~> 0.3.29)
52     activeresource (3.1.0)
53       activemodel (= 3.1.0)
54       activesupport (= 3.1.0)
55     activesupport (3.1.0)
56       multi_json (~> 1.0)
57     acts_as_list (0.1.4)
58     addressable (2.2.6)
59     ansi (1.3.0)
60     archive-tar-minitar (0.5.2)
61     arel (2.2.1)
62     autotest (4.4.6)
63       ZenTest (>= 4.4.1)
64     autotest-rails (4.1.1)
65       ZenTest (= 4.5)
66     awesome_print (0.4.0)
67     bcrypt-ruby (3.0.1)
68     blankslate (2.1.2.4)
69     builder (3.0.0)
70     capybara (1.0.1)
71       mime-types (>= 1.16)
72       nokogiri (>= 1.3.3)
73       rack (>= 1.0.0)
74       rack-test (>= 0.5.4)
75       selenium-webdriver (~> 2.0)
76       xpath (~> 0.1.4)
77     carrierwave (0.5.7)
78       activesupport (~> 3.0)
79     childprocess (0.2.2)
80       ffi (~> 1.0.6)
81     coffee-rails (3.1.1)
82       coffee-script (>= 2.2.0)
83       railties (~> 3.1.0)
84     coffee-script (2.2.0)
85       coffee-script-source
86       execjs
87     coffee-script-source (1.1.2)
88     columnize (0.3.4)
89     daemons (1.1.4)
90     database_cleaner (0.6.7)
91     devise (1.4.7)
92       bcrypt-ruby (~> 3.0)
93       orm_adapter (~> 0.0.3)
94       warden (~> 1.0.3)
95     diff-lcs (1.1.3)
96     erubis (2.7.0)
97     eventmachine (0.12.10)
98     execjs (1.2.6)
99       multi_json (~> 1.0)
100     faker (0.9.5)
101       i18n (~> 0.4)
102     ffi (1.0.9)
103     git (1.2.5)
104     haml (3.1.3)
105     haml-rails (0.3.4)
106       actionpack (~> 3.0)
107       activesupport (~> 3.0)
108       haml (~> 3.0)
109       railties (~> 3.0)
110     hike (1.2.1)
111     i18n (0.6.0)
112     inifile (0.4.1)
113     jquery-rails (1.0.14)
114       railties (~> 3.0)
115       thor (~> 0.14)
116     json_pure (1.5.4)
117       spruz (~> 0.2.8)
118     kaminari (0.12.4)
119       rails (>= 3.0.0)
120     launchy (2.0.5)
121       addressable (~> 2.2.6)
122     letter_opener (0.0.2)
123       launchy
124     libv8 (3.3.10.2)
125     linecache19 (0.5.12)
126       ruby_core_source (>= 0.1.4)
127     mail (2.3.0)
128       i18n (>= 0.4.0)
129       mime-types (~> 1.16)
130       treetop (~> 1.4.8)
131     mime-types (1.16)
132     multi_json (1.0.3)
133     nokogiri (1.5.0)
134     orm_adapter (0.0.5)
135     polyglot (0.3.2)
136     posix-spawn (0.3.6)
137     pygments.rb (0.2.3)
138       rubypython (>= 0.5.1)
139     rack (1.3.2)
140     rack-cache (1.0.3)
141       rack (>= 0.4)
142     rack-mount (0.8.3)
143       rack (>= 1.0.0)
144     rack-ssl (1.3.2)
145       rack
146     rack-test (0.6.1)
147       rack (>= 1.0)
148     rails (3.1.0)
149       actionmailer (= 3.1.0)
150       actionpack (= 3.1.0)
151       activerecord (= 3.1.0)
152       activeresource (= 3.1.0)
153       activesupport (= 3.1.0)
154       bundler (~> 1.0)
155       railties (= 3.1.0)
156     rails-footnotes (3.7.5.rc4)
157       rails (>= 3.0.0)
158     railties (3.1.0)
159       actionpack (= 3.1.0)
160       activesupport (= 3.1.0)
161       rack-ssl (~> 1.3.2)
162       rake (>= 0.8.7)
163       rdoc (~> 3.4)
164       thor (~> 0.14.6)
165     rake (0.9.2)
166     rdiscount (1.6.8)
167     rdoc (3.9.4)
168     rspec (2.6.0)
169       rspec-core (~> 2.6.0)
170       rspec-expectations (~> 2.6.0)
171       rspec-mocks (~> 2.6.0)
172     rspec-core (2.6.4)
173     rspec-expectations (2.6.0)
174       diff-lcs (~> 1.1.2)
175     rspec-mocks (2.6.0)
176     rspec-rails (2.6.1)
177       actionpack (~> 3.0)
178       activesupport (~> 3.0)
179       railties (~> 3.0)
180       rspec (~> 2.6.0)
181     ruby-debug-base19 (0.11.25)
182       columnize (>= 0.3.1)
183       linecache19 (>= 0.5.11)
184       ruby_core_source (>= 0.1.4)
185     ruby-debug19 (0.11.6)
186       columnize (>= 0.3.1)
187       linecache19 (>= 0.5.11)
188       ruby-debug-base19 (>= 0.11.19)
189     ruby_core_source (0.1.5)
190       archive-tar-minitar (>= 0.5.2)
191     rubypython (0.5.1)
192       blankslate (>= 2.1.2.3)
193       ffi (~> 1.0.7)
194     rubyzip (0.9.4)
195     sass (3.1.7)
196     sass-rails (3.1.1)
197       actionpack (~> 3.1.0)
198       railties (~> 3.1.0)
199       sass (>= 3.1.4)
200       tilt (~> 1.3.2)
201     selenium-webdriver (2.5.0)
202       childprocess (>= 0.2.1)
203       ffi (>= 1.0.7)
204       json_pure
205       rubyzip
206     shoulda (3.0.0.beta2)
207       shoulda-context (~> 1.0.0.beta1)
208       shoulda-matchers (~> 1.0.0.beta1)
209     shoulda-context (1.0.0.beta1)
210     shoulda-matchers (1.0.0.beta3)
211     simplecov (0.5.3)
212       multi_json (~> 1.0.3)
213       simplecov-html (~> 0.5.3)
214     simplecov-html (0.5.3)
215     six (0.2.0)
216     sprockets (2.0.0)
217       hike (~> 1.2)
218       rack (~> 1.0)
219       tilt (~> 1.1, != 1.3.0)
220     spruz (0.2.13)
221     sqlite3 (1.3.4)
222     stamp (0.1.6)
223     therubyracer (0.9.4)
224       libv8 (~> 3.3.10)
225     thin (1.2.11)
226       daemons (>= 1.0.9)
227       eventmachine (>= 0.12.6)
228       rack (>= 1.0.0)
229     thor (0.14.6)
230     tilt (1.3.3)
231     treetop (1.4.10)
232       polyglot
233       polyglot (>= 0.3.1)
234     turn (0.8.2)
235       ansi (>= 1.2.2)
236     tzinfo (0.3.29)
237     uglifier (1.0.3)
238       execjs (>= 0.3.0)
239       multi_json (>= 1.0.2)
240     warden (1.0.5)
241       rack (>= 1.0)
242     xpath (0.1.4)
243       nokogiri (~> 1.3)
244
245 PLATFORMS
246   ruby
247
248 DEPENDENCIES
249   acts_as_list
250   annotate!
251   autotest
252   autotest-rails
253   awesome_print
254   capybara
255   carrierwave
256   coffee-rails (~> 3.1.0)
257   database_cleaner
258   devise (= 1.4.7)
259   faker
260   git
261   grit!
262   haml-rails
263   inifile
264   jquery-rails
265   kaminari
266   launchy
267   letter_opener
268   pygments.rb (= 0.2.3)
269   rails (= 3.1.0)
270   rails-footnotes (>= 3.7.5.rc4)
271   rdiscount
272   rspec-rails
273   ruby-debug19
274   sass-rails (~> 3.1.0)
275   seed-fu!
276   shoulda (~> 3.0.0.beta2)
277   simplecov
278   six
279   sqlite3
280   stamp
281   therubyracer
282   thin
283   turn
284   uglifier