Skip to content

Commit 4e028b6

Browse files
committed
(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.
1 parent c29020d commit 4e028b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.sync.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Gemfile:
88
optional:
99
":development":
1010
- gem: github_changelog_generator
11+
version: '= 1.15.2'
1112
spec/spec_helper.rb:
1213
mock_with: ":rspec"
1314
coverage_report: true

0 commit comments

Comments
 (0)