Skip to content

Instantly share code, notes, and snippets.

@GarthDB
Last active August 29, 2015 14:15
Show Gist options
  • Save GarthDB/4274823469bc8d8f52ce to your computer and use it in GitHub Desktop.
Save GarthDB/4274823469bc8d8f52ce to your computer and use it in GitHub Desktop.
Design Open Gemfile
source 'https://rubygems.org'
gem 'github-pages'
# Test the build
group :test do
gem 'rake'
gem 'html-proofer'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment