Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jekyll build error GemNotFound on fresh clone of workshop-template #644

Closed
ilessing opened this issue Dec 18, 2019 · 2 comments
Closed

Jekyll build error GemNotFound on fresh clone of workshop-template #644

ilessing opened this issue Dec 18, 2019 · 2 comments
Assignees

Comments

@ilessing
Copy link

when I clone this repository and issue the make serve command I get the following error:

~/.gem/ruby/2.6.0/gems/bundler-2.1.1/lib/bundler/resolver.rb:290:in `block in verify_gemfile_dependencies_are_found!': Could not find gem 'github-pages' in any of the gem sources listed in your Gemfile. (Bundler::GemNotFound)

Environment:

Mac OS 10.15.2 Catalina

% ruby -v         
ruby 2.6.5p114 (2019-10-01 revision 67812) [x86_64-darwin19]

% jekyll -v
jekyll 4.0.0

If I remove the Gemfile rm Gemfile the make serve succeeds.

@ErinBecker
Copy link
Contributor

Thanks @ilessing for taking the time to document your issue (and solution)! I'll assign this issue to @fmichonneau.

@fmichonneau
Copy link
Contributor

Hi @ilessing
Thanks for the report!
I just brought the latest changes to our general styles (#645) which among other fixes has a revamped Makefile that uses bundle exec jekyll serve to generate the website locally and should address the error you saw.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants