puppetlabs/puppetlabs-peadm

PDK validate fails on Ubuntu due to version of github_changelog_generator

davidsandilands opened this issue · 0 comments

Describe the Bug

PDK validate fails on Ubuntu

An error occurred while installing nio4r (2.5.9), and Bundler cannot continue.

In Gemfile:
  github_changelog_generator was resolved to 1.16.4, which depends on
    async-http-faraday was resolved to 0.12.0, which depends on
      async-http was resolved to 0.60.1, which depends on
        async-io was resolved to 1.35.0, which depends on
          async was resolved to 1.31.0, which depends on
            nio4r

Expected Behavior

PDK validate should pass

Steps to Reproduce

pdk validate

Environment

Ubuntu 22.04

Additional Context

Add any other context about the problem here.

As per https://perforce.slack.com/archives/G049EJF0VK8/p1686054264657799 github_changelog_generator should be pinned to 1.15.2 or using the CAT changelog generator / reusable workflow.