Last active
August 29, 2015 14:15
-
-
Save GarthDB/4274823469bc8d8f52ce to your computer and use it in GitHub Desktop.
Design Open Gemfile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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