-
Notifications
You must be signed in to change notification settings - Fork 237
/
Gemfile.lock
170 lines (165 loc) · 3.62 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
GIT
remote: git://github.com/csdn-dev/second_level_cache.git
revision: f6185488ebf1bf5d1e7e18e1448c61bb367f51d2
specs:
second_level_cache (1.6.2)
activesupport (~> 3.2.0)
GIT
remote: git://github.com/robbin/acts-as-taggable-on.git
revision: f52d2b9347a30ce2bdbf4c2d8ad1a7ced7e50d86
specs:
acts-as-taggable-on (2.3.3)
activerecord (~> 3.0)
GEM
remote: https://rubygems.org/
specs:
activemodel (3.2.21)
activesupport (= 3.2.21)
builder (~> 3.0.0)
activerecord (3.2.21)
activemodel (= 3.2.21)
activesupport (= 3.2.21)
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
activesupport (3.2.21)
i18n (~> 0.6, >= 0.6.4)
multi_json (~> 1.0)
arel (3.0.3)
bcrypt (3.1.9)
bcrypt-ruby (3.1.5)
bcrypt (>= 3.1.3)
builder (3.0.4)
carrierwave (0.10.0)
activemodel (>= 3.2.0)
activesupport (>= 3.2.0)
json (>= 1.7)
mime-types (>= 1.16)
coderay (1.1.0)
crass (0.2.1)
daemons (1.1.9)
dalli (2.7.2)
database_cleaner (1.3.0)
elasticsearch (1.0.13)
elasticsearch-api (= 1.0.13)
elasticsearch-transport (= 1.0.13)
elasticsearch-api (1.0.13)
multi_json
elasticsearch-transport (1.0.13)
faraday
multi_json
erubis (2.7.0)
eventmachine (1.0.8)
factory_girl (4.5.0)
activesupport (>= 3.0.0)
faraday (0.9.2)
multipart-post (>= 1.2, < 3)
github-markdown (0.6.7)
http_router (0.11.1)
rack (>= 1.0.0)
url_mount (~> 0.2.1)
i18n (0.6.11)
json (1.8.1)
kgio (2.9.2)
method_source (0.8.2)
mime-types (2.4.3)
mini_magick (4.0.1)
mini_portile (0.6.1)
minitest (2.6.2)
multi_json (1.10.1)
multipart-post (2.0.0)
mysql2 (0.3.17)
netrc (0.8.0)
nokogiri (1.6.5)
mini_portile (~> 0.6.0)
nokogumbo (1.1.12)
nokogiri
padrino-core (0.11.3)
activesupport (>= 3.1, < 4.0)
http_router (~> 0.11.0)
rack-protection (>= 1.5.0)
sinatra (~> 1.4.2)
thor (~> 0.17.0)
tilt (~> 1.3.7)
padrino-gen (0.11.3)
bundler (~> 1.0)
padrino-core (= 0.11.3)
padrino-helpers (0.11.3)
i18n (~> 0.6)
padrino-core (= 0.11.3)
pry (0.10.1)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
pry-padrino (0.1.2)
pry (>= 0.8)
rack (1.5.2)
rack-protection (1.5.3)
rack
rack-test (0.6.2)
rack (>= 1.0)
rainbows (4.6.2)
kgio (~> 2.5)
rack (~> 1.1)
unicorn (~> 4.8)
raindrops (0.13.0)
rake (10.4.0)
rest-client (1.7.2)
mime-types (>= 1.16, < 3.0)
netrc (~> 0.7)
sanitize (3.0.3)
crass (~> 0.2.0)
nokogiri (>= 1.4.4)
nokogumbo (= 1.1.12)
sinatra (1.4.5)
rack (~> 1.4)
rack-protection (~> 1.4)
tilt (~> 1.3, >= 1.3.4)
slop (3.6.0)
thin (1.6.3)
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0)
rack (~> 1.0)
thor (0.17.0)
tilt (1.3.7)
tzinfo (0.3.42)
unicorn (4.8.3)
kgio (~> 2.6)
rack
raindrops (~> 0.7)
url_mount (0.2.1)
rack
will_paginate (3.0.7)
zbatery (4.2.0)
rainbows (~> 4.6)
PLATFORMS
ruby
DEPENDENCIES
activerecord (~> 3.2)
acts-as-taggable-on!
bcrypt-ruby
carrierwave
dalli
database_cleaner
elasticsearch
erubis (~> 2.7.0)
factory_girl
github-markdown
kgio
mini_magick
minitest (~> 2.6.0)
mysql2
padrino-core (~> 0.11)
padrino-gen (~> 0.11)
padrino-helpers (~> 0.11)
pry-padrino
rack-test
rake
rest-client
sanitize
second_level_cache!
thin
tilt (~> 1.3.7)
will_paginate
zbatery
BUNDLED WITH
1.10.6