-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile.lock
76 lines (74 loc) · 1.52 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
71
72
73
74
75
76
GEM
remote: http://rubygems.org/
specs:
activemodel (3.2.3)
activesupport (= 3.2.3)
builder (~> 3.0.0)
activesupport (3.2.3)
i18n (~> 0.6)
multi_json (~> 1.0)
backports (2.5.1)
bson (1.6.2)
bson_ext (1.6.2)
bson (~> 1.6.2)
builder (3.0.0)
chunky_png (1.2.5)
compass (0.12.1)
chunky_png (~> 1.2)
fssm (>= 0.2.7)
sass (~> 3.1)
daemons (1.1.8)
eventmachine (0.12.10)
fssm (0.2.9)
haml (3.2.0.alpha.10)
i18n (0.6.0)
mongo (1.6.2)
bson (~> 1.6.2)
mongo_ext (0.19.3)
mongo_mapper (0.11.1)
activemodel (~> 3.0)
activesupport (~> 3.0)
plucky (~> 0.4.0)
multi_json (1.3.4)
plucky (0.4.4)
mongo (~> 1.5)
rack (1.4.1)
rack-protection (1.2.0)
rack
rack-test (0.6.1)
rack (>= 1.0)
rake (0.9.2.2)
sass (3.2.0.alpha.104)
shotgun (0.9)
rack (>= 1.0)
sinatra (1.3.2)
rack (~> 1.3, >= 1.3.6)
rack-protection (~> 1.2)
tilt (~> 1.3, >= 1.3.3)
sinatra-contrib (1.3.1)
backports (>= 2.0)
eventmachine
rack-protection
rack-test
sinatra (~> 1.3.0)
tilt (~> 1.3)
thin (1.3.1)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
tilt (1.3.3)
PLATFORMS
ruby
DEPENDENCIES
bson_ext
compass (~> 0.12.1)
haml (~> 3.2.0.alpha.10)
mongo (~> 1.6.0)
mongo_ext
mongo_mapper
rake
sass (~> 3.2.0.alpha.35)
shotgun
sinatra (~> 1.3.2)
sinatra-contrib (~> 1.3.1)
thin (~> 1.3)