-
Notifications
You must be signed in to change notification settings - Fork 354
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
Latest version of Jekyll (3.8.3) not compatible with latest github-pages gem (188) - Depends on Jekyll (= 3.7.3) #577
Comments
GitHub Pages hasn't updated to use Jekyll 3.8.3 yet. You'll be able to work with both gems by downgrading Jekyll in your Gemfile to 3.7.3. |
Thanks Matt - I'll close this ticket for now. |
@simon-spenc please upvote and comment on #555. It will help draw attention to it and get it updated sooner |
After spent couple of hours did research on this issue, I got the solution. I took time to spent on reading the Gemfile and understood what was mentioned there. This was the error encountered:
code from Gemfile:
so I just commented below line: and let the bundle to fetch: then run this command: Issue resolved for me.
|
@joshuaspy it doesn't look like your solution installs the I think we just have to wait until the BTW using |
@joshuaspy did you have this error?
https://stackoverflow.com/questions/58598084/how-does-one-downgrade-jekyll-to-work-with-github-pages |
I'm really trying to solve this: https://stackoverflow.com/questions/58598699/what-is-the-format-for-the-dependency-version-to-install-github-pages-and-jekyll |
seems to be the last bug for this to work: https://stackoverflow.com/questions/58600106/how-to-install-a-compatible-version-of-jekyll-feed |
Before submitting an issue, please be sure to
bundle update github-pages
)This issue affects
The GitHub Pages Gem is intended to help users replicate the GitHub Pages build environment locally. If your issue affects both the hosted version and the version previewed locally, you may be better suited reporting seeking support in other forums.
What did you do (e.g., steps to reproduce)
Following the Jekyll & Github Pages instructions (with no additional gems or code) I added gem 'github-pages' , group: :jekyll_plugins' to my gem file. And then got this error after running bundle update:
I then tried updating the gem file to specify the latest version of Github Pages by adding gem 'github-pages' ,'188', group: :jekyll_plugins' to the gem file and got this error:
It seems like the version of Jekyll that I'm running (latest as I just installed Jekyll yesterday) not the right version or requires an earlier version for githup-pages gem.
What did you expect to happen?
bundle install to resolve successfully
What happened instead?
Got an error:
Additional information
https://github.com/simon-spenc/myblog-jekyll.github.io
The text was updated successfully, but these errors were encountered: