Skip to content

Commit

Permalink
Set gem server sources in Gemfile
Browse files Browse the repository at this point in the history
This should fix the `Could not find gem 'jekyll-xxx' [...]` errors.
  • Loading branch information
Pierre-Yves Jamon committed Mar 16, 2016
1 parent 968042a commit fab0fd3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
source 'https://rubygems.org'

gem 'jekyll'
gem 'jekyll-paginate'
gem 'jekyll-compose', group: [:jekyll_plugins]

0 comments on commit fab0fd3

Please sign in to comment.