Skip to content

Commit

Permalink
Gemfile: add Rake and HTML Proofer.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Jan 30, 2017
1 parent 61539ee commit 824a7fa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
source 'https://rubygems.org'

gem 'github-pages', group: :jekyll_plugins

group :test do
gem "html-proofer"
gem "rake"
end

0 comments on commit 824a7fa

Please sign in to comment.