]> gitweb.fluxo.info Git - puppet-mailalias_core.git/commitdiff
(maint) Pin async gem
authorChristopher Thorn <christopher.thorn@puppetlabs.com>
Tue, 28 Dec 2021 17:48:52 +0000 (09:48 -0800)
committerChristopher Thorn <christopher.thorn@puppetlabs.com>
Tue, 28 Dec 2021 19:05:43 +0000 (11:05 -0800)
Async 2.0.0 requires Ruby 3, so we're pinning to 1.x

.sync.yml
Gemfile
metadata.json

index b233bd88c4487444d6ea8ae61b5dbe0357b532ad..3eb1159fcafe09c4c941cf64df55c35b2d447365 100644 (file)
--- a/.sync.yml
+++ b/.sync.yml
@@ -17,6 +17,8 @@ Gemfile:
         from_env: BEAKER_PUPPET_VERSION
         version: '~> 1.22'
       - gem: github_changelog_generator
+      - gem: async
+        version: '~> 1'
       - gem: beaker-module_install_helper
       - gem: beaker-puppet_install_helper
       - gem: nokogiri
diff --git a/Gemfile b/Gemfile
index 26f0defe8420b4cfdc3c04cd23837fe4cc8592d6..b48e7552959096c0a51ba19962fdb6d0c5a00df3 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -31,6 +31,7 @@ group :development do
   gem "beaker-rspec"
   gem "beaker-puppet", *location_for(ENV['BEAKER_PUPPET_VERSION'] || '~> 1.22')
   gem "github_changelog_generator",                                              require: false
+  gem "async", '~> 1',                                                           require: false
   gem "beaker-module_install_helper",                                            require: false
   gem "beaker-puppet_install_helper",                                            require: false
   gem "nokogiri",                                                                require: false
index b648382dbf20ba785f5553c9f81e89fd6688d840..e94116e03eb5fde6c6bac20b9556f390899b799c 100644 (file)
@@ -54,7 +54,7 @@
       "version_requirement": ">= 6.0.0 < 8.0.0"
     }
   ],
-  "pdk-version": "2.0.0",
+  "pdk-version": "2.3.0",
   "template-url": "https://github.com/puppetlabs/pdk-templates#2.2.0",
   "template-ref": "tags/2.2.0-0-g2381db6"
 }