Commit e92669fb2d60e4bb331e67d9bfd17a5266152a65
1 parent
89fa800e
Exists in
master
and in
4 other branches
install rdiscount
Showing
2 changed files
with
4 additions
and
1 deletions
Show diff stats
Gemfile
... | ... | @@ -19,6 +19,7 @@ gem "pygments.rb", "0.2.3" |
19 | 19 | gem "thin" |
20 | 20 | gem "git" |
21 | 21 | gem "acts_as_list" |
22 | +gem 'rdiscount' | |
22 | 23 | |
23 | 24 | group :assets do |
24 | 25 | gem 'sass-rails', " ~> 3.1.0" |
... | ... | @@ -26,7 +27,7 @@ group :assets do |
26 | 27 | gem 'uglifier' |
27 | 28 | end |
28 | 29 | |
29 | -group :development do | |
30 | +group :development do | |
30 | 31 | gem 'rails-footnotes', '>= 3.7.5.rc4' |
31 | 32 | gem 'annotate', :git => 'git://github.com/ctran/annotate_models.git' |
32 | 33 | end | ... | ... |
Gemfile.lock
... | ... | @@ -161,6 +161,7 @@ GEM |
161 | 161 | rdoc (~> 3.4) |
162 | 162 | thor (~> 0.14.6) |
163 | 163 | rake (0.9.2) |
164 | + rdiscount (1.6.8) | |
164 | 165 | rdoc (3.9.4) |
165 | 166 | rspec (2.6.0) |
166 | 167 | rspec-core (~> 2.6.0) |
... | ... | @@ -264,6 +265,7 @@ DEPENDENCIES |
264 | 265 | pygments.rb (= 0.2.3) |
265 | 266 | rails (= 3.1.0) |
266 | 267 | rails-footnotes (>= 3.7.5.rc4) |
268 | + rdiscount | |
267 | 269 | rspec-rails |
268 | 270 | ruby-debug19 |
269 | 271 | sass-rails (~> 3.1.0) | ... | ... |