Skip to content

Latest version of Jekyll (3.8.3) not compatible with latest github-pages gem (188) - Depends on Jekyll (= 3.7.3)  #577

Description

@simon-spenc

Before submitting an issue, please be sure to

This issue affects

  • [] The site generated by GitHub Pages
  • Building sites locally

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:

Bundler could not find compatible versions for gem "jekyll":
  In Gemfile:
    github-pages was resolved to 4, which depends on
      jekyll (= 1.1.2)

    jekyll-feed (~> 0.6) was resolved to 0.10.0, which depends on
      jekyll (~> 3.3)

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:

Bundler could not find compatible versions for gem "jekyll":
  In Gemfile:
    jekyll (~> 3.8.3)

    github-pages (= 188) was resolved to 188, which depends on
      jekyll (= 3.7.3)

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:

Bundler could not find compatible versions for gem "jekyll":
  In Gemfile:
    jekyll (~> 3.8.3)

    github-pages (= 188) was resolved to 188, which depends on
      jekyll (= 3.7.3)

Additional information

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions