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

Upgrade jekyll-sitemap? #412

Closed
kvz opened this issue Feb 15, 2017 · 2 comments
Closed

Upgrade jekyll-sitemap? #412

kvz opened this issue Feb 15, 2017 · 2 comments

Comments

@kvz
Copy link

kvz commented Feb 15, 2017

When installing the latest minimal-mistakes theme 4.2.1, bundler throws:

   Bundler could not find compatible versions for gem "jekyll-sitemap":
     In snapshot (Gemfile.lock):
       jekyll-sitemap (= 0.12.0)

     In Gemfile:
       github-pages (= 112) was resolved to 112, which depends on
         jekyll-sitemap (= 0.12.0)

       minimal-mistakes-jekyll (= 4.2.1) was resolved to 4.2.1, which depends on
         jekyll-sitemap (~> 1.0)

It appears the github-pages gem that I use for bootstrapping jekyll, wants jekyll-sitemap (= 0.12.0) but minimal-mistakes-jekyll wants jekyll-sitemap (~> 1.0).

The latest version of github-pages (120) still requires the old jekyll-sitemap version: https://rubygems.org/gems/github-pages/versions/120.

Any chance to losen the dependency on jekyll-sitemap?

Reported also in mmistakes/minimal-mistakes#842

@pathawks
Copy link
Contributor

See #409

@kvz
Copy link
Author

kvz commented Feb 15, 2017

Ah perfect! I'll just wait on the next release then, thank you for the quick response!

@kvz kvz closed this as completed Feb 15, 2017
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

2 participants