From 4e028b649d9076be4651abfe68edfcae1d4f6797 Mon Sep 17 00:00:00 2001 From: Craig Gumbley Date: Sat, 14 Jan 2023 17:42:26 +0000 Subject: [PATCH] (CONT-422) - Pin changelog generator Versions above 1.15.2 seem to suffer from a dependency chain issue where the async gem implicitly sets the minimum supported ruby version to 3.0. This change ensures that we pin to 1.15.2 in the .sync.yaml. --- .sync.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.sync.yml b/.sync.yml index 5788acab..c32ce6c5 100644 --- a/.sync.yml +++ b/.sync.yml @@ -8,6 +8,7 @@ Gemfile: optional: ":development": - gem: github_changelog_generator + version: '= 1.15.2' spec/spec_helper.rb: mock_with: ":rspec" coverage_report: true