]> gitweb.fluxo.info Git - puppet-sshkeys_core.git/commitdiff
(MODULES-11371) Pin gems for auto release
authorMichael Hashizume <michael.hashizume@puppet.com>
Tue, 14 Feb 2023 22:07:48 +0000 (14:07 -0800)
committerMichael Hashizume <michael.hashizume@puppet.com>
Tue, 14 Feb 2023 22:07:48 +0000 (14:07 -0800)
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 0383b3396de670627aab7cca5913237970fb2617..a7844a751964401afc3a70236e37d872c2d0f15f 100644 (file)
--- a/.sync.yml
+++ b/.sync.yml
@@ -29,6 +29,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'
       # We can unpin async when we move to Ruby 3
       - gem: async
         version: '~> 1'
diff --git a/Gemfile b/Gemfile
index b1261c6f1816a5f6548634850a97b811b01c2a82..6a6c641e407a5ba7e34b078a1fe11ae2043361d3 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