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

Compatibility with Jekyll 4.0? #253

Closed
etagwerker opened this issue Nov 30, 2019 · 2 comments
Closed

Compatibility with Jekyll 4.0? #253

etagwerker opened this issue Nov 30, 2019 · 2 comments

Comments

@etagwerker
Copy link

Hi there,

I was trying to install hyde but I ran into this issue:

$ bundle
Fetching gem metadata from https://rubygems.org/..........
Fetching gem metadata from https://rubygems.org/.
Resolving dependencies...
Bundler could not find compatible versions for gem "jekyll":
  In snapshot (Gemfile.lock):
    jekyll (= 4.0.0)

  In Gemfile:
    blog was resolved to 1.0.0, which depends on
      jekyll (~> 4.0.0)

    jekyll-theme-hyde was resolved to 2.0.0, which depends on
      jekyll (~> 3.3)

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

It seems that hyde is not compatible with Jekyll 4.0? Would you be interested in a PR to make it compatible?

Please let me know.

Thanks!

@mdo
Copy link
Member

mdo commented Apr 4, 2020

Should be fixed with #258

@mdo mdo closed this as completed Apr 4, 2020
@mralusw
Copy link

mralusw commented Jun 26, 2020

It doesn't seem fixed at all. bundle add jekyll-theme-hyde gives

Resolving dependencies...
Bundler could not find compatible versions for  gem "jekyll":
  In Gemfile:
    jekyll (~> 4.1.0)

jekyll-theme-hyde was resolved to 2.0.0,
which depends on
      jekyll (~> 3.3)

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

3 participants