Permalink
Please sign in to comment.
Browse files
Set gem server sources in Gemfile
This should fix the `Could not find gem 'jekyll-xxx' [...]` errors.
- Loading branch information...
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