brew/docs/Gemfile
Mike McQuaid 8a2490a1d3
docs: check links with html-proofer
This can be done with `bundle exec rake test`.
2018-10-04 15:37:01 +01:00

9 lines
128 B
Ruby

source "https://rubygems.org"
gem "github-pages", group: :jekyll_plugins
group :test do
gem "html-proofer"
gem "rake"
end