Skip to content

[Bug]: i18n dependency version conflict for jekyll 3.9.2 preventing activesupport update to fix CVE-2023-22796 #9268

@agnostic-apollo

Description

@agnostic-apollo

Operating System

Ubuntu 21.04

Ruby Version

ruby 2.7

Jekyll Version

3.9.2

GitHub Pages Version

227

Expected Behavior

The activesupport 6.1.7.1 can be used with jekyll 3.9.x.

Current Behavior

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 uses i18n 0.9.5 to also satisfy jekyll's i18n ~> 0.7 requirement.

To fix the issue would require using jekyll >= 4.0.0, which depends on i18n >= 0.9.5, < 2 or a new 3.9.x release with a higher i18n dependency version.

Re-post of github/pages-gem#866

CC: @parkr

Relevant log output

No response

Code Sample

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions