jekyll / jekyll-archives

:books: Archive pages for your Jekyll tags and categories.
https://jekyll.github.io/jekyll-archives/
MIT License
436 stars 99 forks source link

Allow testing and using with Jekyll 4.x #133

Closed ashmaroli closed 5 years ago

ashmaroli commented 5 years ago

Minimal changes to allow testing with Jekyll 4.0 pre-release.

(Should we drop support for Ruby 2.2 here for consistency?)

mattr- commented 5 years ago

(Should we drop support for Ruby 2.2 here for consistency?)

We'll do this by default. Just because it might run on Ruby 2.2 now doesn't mean we'll actually support that use case (i.e. fix problems running on Ruby 2.2 when we break it) going forward.

ashmaroli commented 5 years ago

@DirtyF I purposely avoided bumping the required_ruby_version in this PR..

DirtyF commented 5 years ago

@jekyllbot: merge +dev