docs: include backup github-pages Gemfile

Fixes #3985
This commit is contained in:
Parker Moore 2015-09-24 16:24:26 -07:00
parent abcab4b91f
commit 85b6d936d8
1 changed files with 10 additions and 0 deletions

View File

@ -41,6 +41,16 @@ gem 'github-pages', versions['github-pages']
This will ensure that when you run <code>bundle install</code>, you This will ensure that when you run <code>bundle install</code>, you
have the correct version of the <code>github-pages</code> gem. have the correct version of the <code>github-pages</code> gem.
If that fails, simplify it:
{% highlight ruby %}
source 'https://rubygems.org'
gem 'github-pages'
{% endhighlight %}
And be sure to run <code>bundle update</code> often.
</p> </p>
</div> </div>