aboutsummaryrefslogtreecommitdiff
path: root/.sync.yml
diff options
context:
space:
mode:
authorMichael Hashizume <michael.hashizume@puppet.com>2023-02-14 15:17:21 -0800
committerMichael Hashizume <michael.hashizume@puppet.com>2023-02-14 15:17:21 -0800
commitc2e7fa274cab18db16a6f31b7506f582da83d737 (patch)
tree87966c8cab5414c7a43321b4abc6ddb8f6c60eae /.sync.yml
parentc00f7e3b92be621b6bc3bfa795fd35d1dd1bb566 (diff)
downloadpuppet-augeas_core-c2e7fa274cab18db16a6f31b7506f582da83d737.tar.gz
puppet-augeas_core-c2e7fa274cab18db16a6f31b7506f582da83d737.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 e267a46..8df567d 100644
--- a/.sync.yml
+++ b/.sync.yml
@@ -40,6 +40,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