Skip to content
Browse files

Set gem server sources in Gemfile

This should fix the `Could not find gem 'jekyll-xxx' [...]` errors.
  • Loading branch information...
1 parent 968042a commit fab0fd3f734ae8d835b9a50d1d419f48924dd941 @Pym Pym committed
Showing with 2 additions and 0 deletions.
  1. +2 −0 Gemfile
View
2 Gemfile
@@ -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.
Something went wrong with that request. Please try again.