aboutsummaryrefslogtreecommitdiff
path: root/.sync.yml
diff options
context:
space:
mode:
authorMichael Hashizume <michael.hashizume@puppet.com>2023-02-14 14:42:24 -0800
committerMichael Hashizume <michael.hashizume@puppet.com>2023-02-14 14:42:24 -0800
commitf45d65c700bba6255a4d399843a972521722b7df (patch)
treea2ffbd8f1a9b4446f2237b17cb3ac14c4eeecd95 /.sync.yml
parent3e48a3c78b00cc619020c97445525aaaca616f01 (diff)
downloadpuppet-cron_core-f45d65c700bba6255a4d399843a972521722b7df.tar.gz
puppet-cron_core-f45d65c700bba6255a4d399843a972521722b7df.tar.bz2
(MODULES-11371) Pin gems for auto release
Modeling after the learnings of the support team in commit puppetlabs/puppetlabs-puppet_metrics_collector@78dd858 This commit pins the github_changelog_generator gem to its latest version to make it work, and the concurrent-ruby to an older version to compensate for the version of PDK shipped in the dev-tools container image.
Diffstat (limited to '.sync.yml')
-rw-r--r--.sync.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.sync.yml b/.sync.yml
index 71a940d..f62ad89 100644
--- a/.sync.yml
+++ b/.sync.yml
@@ -25,6 +25,9 @@ Gemfile:
from_env: BEAKER_PUPPET_VERSION
version: '~> 1.22'
- gem: github_changelog_generator
+ version: '= 1.16.4'
+ - gem: concurrent-ruby
+ version: '= 1.1.10'
- gem: async
version: '~> 1'
- gem: beaker-module_install_helper