dreverri / gollum-site

Static Site Generator for Gollum Wikis
254 stars 28 forks source link

does not work with redcarpet 2 #18

Open khoan opened 12 years ago

khoan commented 12 years ago

% gollum-site serve => gollum-1.3.1/lib/gollum/markup.rb:463:in render': undefined methodnew' for Redcarpet:Module (NoMethodError)

If gemspec is updated then this workaround is no longer needed.

workaround is to use bundler:

# Gemfile
...
gem 'gollum-site'
gem 'redcarpet', '~> 1.17.2'

then prefix all your gollum-site bin with bundle exec