Skip to content

Commit 9e54a78

Browse files
committed
(maint) Restrict system gems to match pdk templates
1 parent c63ef32 commit 9e54a78

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
@@ -11,11 +11,13 @@ Gemfile:
1111
':system_tests':
1212
- gem: 'puppet-module-posix-system-r#{minor_version}'
1313
platforms: ruby
14+
version: '~> 1.0'
1415
- gem: 'puppet-module-win-system-r#{minor_version}'
1516
platforms:
1617
- mswin
1718
- mingw
1819
- x64_mingw
20+
version: '~> 1.0'
1921
- gem: beaker
2022
version: '~> 3.34'
2123
from_env: BEAKER_VERSION

0 commit comments

Comments
 (0)