-
Notifications
You must be signed in to change notification settings - Fork 65
/
Copy pathGemfile.lock
70 lines (68 loc) · 1.44 KB
/
Gemfile.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
GEM
remote: https://rubygems.org/
specs:
ZenTest (4.9.0)
arrayfields (4.9.0)
autotest (4.4.6)
ZenTest (>= 4.4.1)
autotest-growl (0.2.16)
bson (1.8.5)
bson_ext (1.8.5)
bson (~> 1.8.5)
chronic (0.9.1)
diff-lcs (1.2.3)
fattr (2.2.1)
main (5.2.0)
arrayfields (>= 4.7.4)
chronic (>= 0.6.2)
fattr (>= 2.2.0)
map (>= 5.1.0)
map (6.3.0)
memcache-client (1.8.5)
mongo (1.8.5)
bson (~> 1.8.5)
mongo_ext (0.19.3)
mongo_rack (0.0.5)
mongo (>= 0.18.2)
mongo_ext (>= 0.18.2)
rack (>= 1.0.1)
multi_json (1.7.2)
rack (1.5.2)
rack-protection (1.5.0)
rack
rake (10.0.4)
rspec (2.13.0)
rspec-core (~> 2.13.0)
rspec-expectations (~> 2.13.0)
rspec-mocks (~> 2.13.0)
rspec-core (2.13.1)
rspec-expectations (2.13.0)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.13.1)
simplecov (0.7.1)
multi_json (~> 1.0)
simplecov-html (~> 0.7.1)
simplecov-html (0.7.1)
sinatra (1.4.2)
rack (~> 1.5, >= 1.5.2)
rack-protection (~> 1.4)
tilt (~> 1.3, >= 1.3.4)
tilt (1.3.7)
will_paginate (3.0.4)
PLATFORMS
ruby
DEPENDENCIES
autotest
autotest-growl
bson (>= 1.8.5)
bson_ext (>= 1.8.5)
main (>= 5.2.0)
map (>= 6.3.0)
memcache-client (>= 1.8.5)
mongo (>= 1.8.5)
mongo_rack (>= 0.0.5)
rake
rspec
simplecov
sinatra (>= 1.4.2)
will_paginate (>= 3.0.4)