arturoherrero/biteydown

View on GitHub
Gemfile

Summary

Maintainability
Test Coverage
source 'https://rubygems.org'

gem 'kramdown'
gem 'wkhtmltopdf-binary'

group :development, :test do
  gem 'rspec'
end