minicomp / ed

A Jekyll theme for minimal editions :book:
https://minicomp.github.io/ed/
Other
246 stars 128 forks source link

Cannot use it with Jekyll 4 #16

Closed malcommac closed 4 years ago

malcommac commented 4 years ago

Hi guys, Is there a way to use it in Jekyll 4?

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

  Current Bundler version:
    bundler (2.0.2)
This Gemfile requires a different version of Bundler.
Perhaps you need to update Bundler by running `gem install bundler`?
karlstolley commented 4 years ago

@malcommac we haven't yet rewritten the dependencies for Jekyll 4. However, if you want to try it yourself, in this particular instance, you'll need to install and use the older version of Bundler as listed in the gemfile. Try running:

$ gem install bundler -v 1.17.3 $ bundle _1.17.3_ install

Note the literal underscores in the bundle install command. You need to actually type those (they're not for emphasis here, in other words 😊).