Before submitting an issue, please be sure to
This issue affects
Issue
The CVE-2023-22796 requires activesupport to be updated to 6.1.7.1 or 7.0.4.1.
The github-pages 227 gem depends on jekyll = 3.9.2, which depends on i18n ~> 0.7.
The activesupport 6.1.7.1 depends on i18n >= 1.6, < 2, which prevents an update. The activesupport 6.0.6.1 was the last version that depended on i18n >= 0.7, < 2, which then used i18n 0.9.5 to also satisfy jekyll's i18n ~> 0.7 requirement.
Note sure what can be done, other than possibly updating to jekyll >= 4.0.0, which depends on i18n >= 0.9.5, < 2. Any suggestions? Thanks.
Before submitting an issue, please be sure to
bundle update github-pages)This issue affects
Issue
The
CVE-2023-22796requiresactivesupportto be updated to6.1.7.1or7.0.4.1.The
github-pages227gem depends onjekyll= 3.9.2, which depends oni18n ~> 0.7.The
activesupport6.1.7.1depends oni18n >= 1.6, < 2, which prevents an update. Theactivesupport6.0.6.1was the last version that depended oni18n >= 0.7, < 2, which then usedi18n0.9.5to also satisfyjekyll'si18n ~> 0.7requirement.Note sure what can be done, other than possibly updating to
jekyll>= 4.0.0, which depends oni18n >= 0.9.5, < 2. Any suggestions? Thanks.