Skip to content

Commit 57fc0c7

Browse files
(MODULES-11197) Restrict system gems to match pdk templates
1 parent 2062b96 commit 57fc0c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.sync.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,13 @@ Gemfile:
1515
':system_tests':
1616
- gem: 'puppet-module-posix-system-r#{minor_version}'
1717
platforms: ruby
18+
version: '~> 1.0'
1819
- gem: 'puppet-module-win-system-r#{minor_version}'
1920
platforms:
2021
- mswin
2122
- mingw
2223
- x64_mingw
24+
version: '~> 1.0'
2325
- gem: beaker
2426
version: '~> 3.34'
2527
from_env: BEAKER_VERSION

0 commit comments

Comments
 (0)