aboutsummaryrefslogtreecommitdiff
path: root/.sync.yml
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 /.sync.yml
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
Diffstat (limited to '.sync.yml')
-rw-r--r--.sync.yml3
1 files changed, 3 insertions, 0 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