janczizikow / sleek

:chart_with_upwards_trend: Sleek is a modern Jekyll theme focused on speed performance & SEO best practices
https://janczizikow.github.io/sleek/
MIT License
423 stars 638 forks source link

Update to Jekyll 4.0 #83

Closed vinsfortunato closed 4 years ago

vinsfortunato commented 4 years ago

With Jekyll >= 4.0 bundle install doesn't work

Fetching gem metadata from https://rubygems.org/...........
Fetching gem metadata from https://rubygems.org/.
Resolving dependencies...
Bundler could not find compatible versions for gem "bundler":
  In Gemfile:
    bundler (~> 1.12) x64-mingw32

  Current Bundler version:
    bundler (2.1.4)
This Gemfile requires a different version of Bundler.
Perhaps you need to update Bundler by running `gem install bundler`?

Could not find gem 'bundler (~> 1.12)' in any of the relevant sources:
  the local ruby installation

This can be solved by replacing ~> with >= for the bundler dependency in jekyll-sleek.gemspec

janczizikow commented 4 years ago

thanks!