jekyll-assets
jekyll-assets copied to clipboard
Jekyll-assets ~> 3.0 does not support Jekyll 4.2.0
Request
Jekyll-assets ~> 3.0 does not support Jekyll 4.2.0
I am trying to resolve a Dependabot "Known high severity security vulnerability detected in rack < 2.1.4 defined in Gemfile.lock"
dependency: rack required by sprockets, sprockets required by jekyll-assets Jekyll-assets requires jekyll <4.0 .. I have 4.2 in my project.
Examples
if I pin jekyll assets in my gemfile:
jekyll-assets (~> 3.0) x86_64-linux was resolved to 3.0.12, which depends on
jekyll (>= 3.5, < 4.0)
right now I'm stuck on jekyll-assets 1.0.0, hence the dependabot vulnerability
The latest tag does not support this, but on master the gemspec file does support Jekyll 3 and 4. So this needs to be tagged and of course the maintainers need to be comfortable that this and all other changes since the last tag are ready.
Any chance this will be tagged soon and will be compatible with Jekyll 4 ?
Any update to this? Been over a year