aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Thorn <christopher.thorn@puppetlabs.com>2021-12-28 11:08:29 -0800
committerChristopher Thorn <christopher.thorn@puppetlabs.com>2021-12-28 11:08:29 -0800
commit1ae795e21116925caa94e657dd1cd4f4f584cbe1 (patch)
treed10577cc6be8ab62bb4be101063d51a33e502fe2
parent9e277254443c384752c02e0c4f874e0d5db5359a (diff)
downloadpuppet-cron_core-1ae795e21116925caa94e657dd1cd4f4f584cbe1.tar.gz
puppet-cron_core-1ae795e21116925caa94e657dd1cd4f4f584cbe1.tar.bz2
(maint) Update the .sync.yaml file to have pinned async
Learned that we are using PDK to build the Gemfile, so added to the .sync.yaml file the async gem pinning.
-rw-r--r--.sync.yml2
-rw-r--r--Gemfile3
-rw-r--r--metadata.json2
3 files changed, 4 insertions, 3 deletions
diff --git a/.sync.yml b/.sync.yml
index 664fad1..71a940d 100644
--- a/.sync.yml
+++ b/.sync.yml
@@ -25,6 +25,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 294d2a6..b48e755 100644
--- a/Gemfile
+++ b/Gemfile
@@ -31,8 +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
- # We can unpin async when we move to Ruby 3
- gem 'async', '~> 1'
+ 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 61dae86..eb6b5dc 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"
}