Skip to content

Commit 442f58e

Browse files
committed
just add Gemfile.lock
1 parent e1ade54 commit 442f58e

File tree

1 file changed

+61
-0
lines changed

1 file changed

+61
-0
lines changed

Gemfile.lock

+61
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
PATH
2+
remote: .
3+
specs:
4+
mysql2 (0.2.18)
5+
6+
GEM
7+
remote: http://rubygems.org/
8+
specs:
9+
activemodel (3.2.1)
10+
activesupport (= 3.2.1)
11+
builder (~> 3.0.0)
12+
activerecord (3.2.1)
13+
activemodel (= 3.2.1)
14+
activesupport (= 3.2.1)
15+
arel (~> 3.0.0)
16+
tzinfo (~> 0.3.29)
17+
activesupport (3.2.1)
18+
i18n (~> 0.6)
19+
multi_json (~> 1.0)
20+
addressable (2.2.6)
21+
arel (3.0.0)
22+
builder (3.0.0)
23+
data_objects (0.10.8)
24+
addressable (~> 2.1)
25+
diff-lcs (1.1.3)
26+
do_mysql (0.10.8)
27+
data_objects (= 0.10.8)
28+
eventmachine (0.12.10)
29+
faker (1.0.1)
30+
i18n (~> 0.4)
31+
i18n (0.6.0)
32+
multi_json (1.0.4)
33+
mysql (2.8.1)
34+
rake (0.8.7)
35+
rake-compiler (0.7.9)
36+
rake
37+
rspec (2.8.0)
38+
rspec-core (~> 2.8.0)
39+
rspec-expectations (~> 2.8.0)
40+
rspec-mocks (~> 2.8.0)
41+
rspec-core (2.8.0)
42+
rspec-expectations (2.8.0)
43+
diff-lcs (~> 1.1.2)
44+
rspec-mocks (2.8.0)
45+
sequel (3.32.0)
46+
tzinfo (0.3.31)
47+
48+
PLATFORMS
49+
ruby
50+
51+
DEPENDENCIES
52+
activerecord
53+
do_mysql
54+
eventmachine
55+
faker
56+
mysql
57+
mysql2!
58+
rake (= 0.8.7)
59+
rake-compiler (~> 0.7.7)
60+
rspec
61+
sequel

0 commit comments

Comments
 (0)