Skip to content
New issue

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

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

Already on GitHub? # to your account

Fixed missing dependencies issue by updating Gemfile #672

Closed
wants to merge 2 commits into from

Conversation

sa-fw-an
Copy link
Member

When running bundle exec jekyll serve --incremental, an error occured. Investigation reveals that the issue is due to missing dependencies in the Gemfile, which was introduced by Commit 1dd0e41. The changes in this commit removed essential dependencies, leading to this error.

@omsuneri
Copy link
Member

@pikurasa its working now and i checked it now the dependency issue which i m facing is resolved and this need to be merged
@sa-fw-an nice work man !!

@sa-fw-an
Copy link
Member Author

@pikurasa Please review this

@omsuneri
Copy link
Member

@sa-fw-an why did you merge master it creates an unwanted commit I guess in your branch

@sa-fw-an
Copy link
Member Author

@sa-fw-an why did you merge master it creates an unwanted commit I guess in your branch

Well that was by miss 😅

@pikurasa
Copy link
Contributor

pikurasa commented Feb 2, 2025

@sa-fw-an perhaps you can do a new PR without the extra merge?

I tested it, and it seems to work.

I get this in the logs:

To use retry middleware with Faraday v2.0+, install `faraday-retry` gem

But, I have no idea if that means anything...

@omsuneri
Copy link
Member

omsuneri commented Feb 2, 2025

@pikurasa i dont think it came to me on mac might be suggetion fro an additional gem

@sa-fw-an
Copy link
Member Author

sa-fw-an commented Feb 2, 2025

@sa-fw-an perhaps you can do a new PR without the extra merge?

I tested it, and it seems to work.

I get this in the logs:

To use retry middleware with Faraday v2.0+, install `faraday-retry` gem

But, I have no idea if that means anything...

Sure i will be raising a pr soon

@sa-fw-an sa-fw-an closed this Feb 2, 2025
@sa-fw-an sa-fw-an deleted the gemfile branch February 2, 2025 12:16
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error running bundle exec jekyll serve --incremental due to missing dependencies while set up
3 participants