aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Cooper <joshcooper@users.noreply.github.com>2021-08-17 08:54:35 -0700
committerJosh Cooper <joshcooper@users.noreply.github.com>2021-08-17 08:54:35 -0700
commit9e54a782d114f64965f9293f3330fac03d7025b8 (patch)
tree3c4ad801c0783e8f83cfb88d1e114dfe46e353be
parentc63ef326bfd2cdd96bbfc3aa368358e301dd7b66 (diff)
downloadpuppet-cron_core-9e54a782d114f64965f9293f3330fac03d7025b8.tar.gz
puppet-cron_core-9e54a782d114f64965f9293f3330fac03d7025b8.tar.bz2
(maint) Restrict system gems to match pdk templates
-rw-r--r--.sync.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.sync.yml b/.sync.yml
index d1d8fe1..834bfd3 100644
--- a/.sync.yml
+++ b/.sync.yml
@@ -11,11 +11,13 @@ Gemfile:
':system_tests':
- gem: 'puppet-module-posix-system-r#{minor_version}'
platforms: ruby
+ version: '~> 1.0'
- gem: 'puppet-module-win-system-r#{minor_version}'
platforms:
- mswin
- mingw
- x64_mingw
+ version: '~> 1.0'
- gem: beaker
version: '~> 3.34'
from_env: BEAKER_VERSION