]> gitweb.fluxo.info Git - puppet-mailalias_core.git/commitdiff
(maint) Pin gems for auto release
authorMichael Hashizume <michael.hashizume@puppet.com>
Mon, 10 Apr 2023 16:39:43 +0000 (09:39 -0700)
committerMichael Hashizume <michael.hashizume@puppet.com>
Mon, 10 Apr 2023 16:39:43 +0000 (09:39 -0700)
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.

.sync.yml
Gemfile

index 3eb1159fcafe09c4c941cf64df55c35b2d447365..979c19930679b8194a952d890e5a33a388742bd4 100644 (file)
--- a/.sync.yml
+++ b/.sync.yml
@@ -17,6 +17,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
diff --git a/Gemfile b/Gemfile
index a840edb794366556d3ff0e27cfb610b1e425be78..e5d46032f07e2a2bc3b8b3e983bc17706d386f89 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -40,7 +40,8 @@ group :development do
   gem "beaker-hostgenerator"
   gem "beaker-rspec"
   gem "beaker-puppet", *location_for(ENV['BEAKER_PUPPET_VERSION'] || '~> 1.22')
-  gem "github_changelog_generator",                                             require: false
+  gem "github_changelog_generator", '= 1.16.4',                                 require: false
+  gem "concurrent-ruby", '= 1.1.10',                                            require: false
   gem "async", '~> 1',                                                          require: false
   gem "beaker-module_install_helper",                                           require: false
   gem "beaker-puppet_install_helper",                                           require: false