Hash Rocket.

This commit is contained in:
Jordon Bedwell 2016-02-27 09:55:14 -06:00
parent d51c1c471a
commit 0e155adef6
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ end
group :jekyll_optional_dependencies do
gem "toml", "~> 0.1.0"
gem "coderay", "~> 1.1.0"
gem "jekyll-docs", path: '../docs' if Dir.exist?('../docs')
gem "jekyll-docs", :path => '../docs' if Dir.exist?('../docs')
gem "jekyll-gist", "~> 1.0"
gem "jekyll-feed", "~> 0.1.3"
gem "jekyll-coffeescript", "~> 1.0"