brew/docs/Gemfile
Mike McQuaid 127e9def50 Cleanup documentation site
GitHub now nicely generates a documentation site for us at
http://brew.sh/brew based on our docs folder. Optimise the output of
this and the GitHub docs directory for readability and the various user
groupings.
2017-01-04 10:53:21 +00:00

7 lines
135 B
Ruby

source "https://rubygems.org"
gem "github-pages", group: :jekyll_plugins
# Nokogiri >=1.7 requires Ruby >=2.1
gem "nokogiri", "<1.7"