poole / hyde

A brazen two-column theme for Jekyll.
http://hyde.getpoole.com
Other
3.67k stars 3.96k forks source link

Compatibility with Jekyll 4.0? #253

Closed etagwerker closed 4 years ago

etagwerker commented 4 years ago

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 commented 4 years ago

Should be fixed with #258

mralusw commented 4 years ago

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)