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

Support for Jekyll 4.0 #211

Closed
Goles opened this issue Aug 25, 2019 · 5 comments
Closed

Support for Jekyll 4.0 #211

Goles opened this issue Aug 25, 2019 · 5 comments

Comments

@Goles
Copy link

Goles commented Aug 25, 2019

I think this theme has a hard dependency on Jekyll 3.6, is supporting 4.0 in the roadmap?

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

  In Gemfile:
    jekyll (~> 4.0.0)

    jekyll-theme-clean-blog was resolved to 4.0.1, which depends on
      jekyll (~> 3.6)

Running `bundle update` will rebuild your snapshot from scratch, using only
the gems in your Gemfile, which may resolve the conflict.
@mattcarey
Copy link

I am getting this error as well. Is there a work around?

@VascoRibeiroPereira
Copy link

VascoRibeiroPereira commented Nov 6, 2019

you can install and run jekyll 3.6 (dont forget to change the gem "jekyll", "~> 3.6" in the Gemfile). This worked for me.

@thejimnicholson
Copy link
Contributor

By updating the Gemfile and .gemspec, I was able to use this theme with Jekyll 4.0. I've submitted a PR for the changes I made: #223

@djcaesar9114
Copy link

Indeed, the support for Jekyll 4.0 would be great...

@davidtmiller
Copy link
Member

Done, thanks all!

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

6 participants