aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcthorn42 <christopher.thorn@puppetlabs.com>2021-12-28 13:00:26 -0800
committerGitHub <noreply@github.com>2021-12-28 13:00:26 -0800
commit76f9617f58f01b2b1d5e46fb315f0951d469c467 (patch)
tree63f6c85cd9b12a04a8d3a9043540d71c85f47e3c
parent515ae9466b33dcde8018588c389750834f49214d (diff)
parent6baf8e4bd9d85b948eff74bc04bb79f6f3d85da5 (diff)
downloadpuppet-sshkeys_core-76f9617f58f01b2b1d5e46fb315f0951d469c467.tar.gz
puppet-sshkeys_core-76f9617f58f01b2b1d5e46fb315f0951d469c467.tar.bz2
Merge pull request #54 from mhashizume/maint/pin_async_gem
(maint) Pin the async gem
-rw-r--r--.sync.yml3
-rw-r--r--Gemfile1
-rw-r--r--metadata.json2
3 files changed, 5 insertions, 1 deletions
diff --git a/.sync.yml b/.sync.yml
index fef7671..0383b33 100644
--- a/.sync.yml
+++ b/.sync.yml
@@ -29,6 +29,9 @@ Gemfile:
from_env: BEAKER_PUPPET_VERSION
version: '~> 1.22'
- gem: github_changelog_generator
+ # We can unpin async when we move to Ruby 3
+ - gem: async
+ version: '~> 1'
- gem: beaker-module_install_helper
- gem: beaker-puppet_install_helper
- gem: nokogiri
diff --git a/Gemfile b/Gemfile
index 26f0def..b48e755 100644
--- 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
diff --git a/metadata.json b/metadata.json
index b6f4d41..9a74cab 100644
--- a/metadata.json
+++ b/metadata.json
@@ -54,7 +54,7 @@
"version_requirement": ">= 6.0.0 < 8.0.0"
}
],
- "pdk-version": "2.2.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"
}