Skip to content

Commit 3e83aa2

Browse files
author
Raven
committed
Deleted Gemfile.lcok
1 parent c4f3be7 commit 3e83aa2

File tree

1 file changed

+103
-0
lines changed

1 file changed

+103
-0
lines changed

Gemfiless.lock

Lines changed: 103 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,103 @@
1+
GEM
2+
remote: http://rubygems.org/
3+
specs:
4+
ZenTest (4.5.0)
5+
abstract (1.0.0)
6+
actionmailer (3.0.3)
7+
actionpack (= 3.0.3)
8+
mail (~> 2.2.9)
9+
actionpack (3.0.3)
10+
activemodel (= 3.0.3)
11+
activesupport (= 3.0.3)
12+
builder (~> 2.1.2)
13+
erubis (~> 2.6.6)
14+
i18n (~> 0.4)
15+
rack (~> 1.2.1)
16+
rack-mount (~> 0.6.13)
17+
rack-test (~> 0.5.6)
18+
tzinfo (~> 0.3.23)
19+
activemodel (3.0.3)
20+
activesupport (= 3.0.3)
21+
builder (~> 2.1.2)
22+
i18n (~> 0.4)
23+
activerecord (3.0.3)
24+
activemodel (= 3.0.3)
25+
activesupport (= 3.0.3)
26+
arel (~> 2.0.2)
27+
tzinfo (~> 0.3.23)
28+
activeresource (3.0.3)
29+
activemodel (= 3.0.3)
30+
activesupport (= 3.0.3)
31+
activesupport (3.0.3)
32+
arel (2.0.9)
33+
builder (2.1.2)
34+
diff-lcs (1.1.2)
35+
erubis (2.6.6)
36+
abstract (>= 1.0.0)
37+
i18n (0.5.0)
38+
mail (2.2.17)
39+
activesupport (>= 2.3.6)
40+
i18n (>= 0.4.0)
41+
mime-types (~> 1.16)
42+
treetop (~> 1.4.8)
43+
mime-types (1.16)
44+
nokogiri (1.4.4.1-x86-mingw32)
45+
polyglot (0.3.1)
46+
rack (1.2.2)
47+
rack-mount (0.6.14)
48+
rack (>= 1.0.0)
49+
rack-test (0.5.7)
50+
rack (>= 1.0)
51+
rails (3.0.3)
52+
actionmailer (= 3.0.3)
53+
actionpack (= 3.0.3)
54+
activerecord (= 3.0.3)
55+
activeresource (= 3.0.3)
56+
activesupport (= 3.0.3)
57+
bundler (~> 1.0)
58+
railties (= 3.0.3)
59+
railties (3.0.3)
60+
actionpack (= 3.0.3)
61+
activesupport (= 3.0.3)
62+
rake (>= 0.8.7)
63+
thor (~> 0.14.4)
64+
rake (0.8.7)
65+
rspec (2.5.0)
66+
rspec-core (~> 2.5.0)
67+
rspec-expectations (~> 2.5.0)
68+
rspec-mocks (~> 2.5.0)
69+
rspec-core (2.5.1)
70+
rspec-expectations (2.5.0)
71+
diff-lcs (~> 1.1.2)
72+
rspec-mocks (2.5.0)
73+
rspec-rails (2.5.0)
74+
actionpack (~> 3.0)
75+
activesupport (~> 3.0)
76+
railties (~> 3.0)
77+
rspec (~> 2.5.0)
78+
spork (0.8.4)
79+
sqlite3 (1.3.3-x86-mingw32)
80+
test-unit (2.3.0)
81+
thor (0.14.6)
82+
treetop (1.4.9)
83+
polyglot (>= 0.3.1)
84+
tzinfo (0.3.26)
85+
webrat (0.7.3)
86+
nokogiri (>= 1.2.0)
87+
rack (>= 1.0)
88+
rack-test (>= 0.5.3)
89+
win32console (1.3.0-x86-mingw32)
90+
91+
PLATFORMS
92+
x86-mingw32
93+
94+
DEPENDENCIES
95+
ZenTest
96+
rails
97+
rspec
98+
rspec-rails
99+
spork
100+
sqlite3
101+
test-unit
102+
webrat
103+
win32console

0 commit comments

Comments
 (0)