Skip to content

Commit 2f9caac

Browse files
committed
(PE-35088) Pin to 7.y series for PR testing
Work around PE-35920 by temporarily pinning to puppet 7 series in PR testing to get a bolt-server build with juruby 9.4 compatable gems
1 parent 5cc6f19 commit 2f9caac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,6 @@ local_gemfile = File.join(__dir__, 'Gemfile.local')
3939
if File.exist? local_gemfile
4040
eval_gemfile local_gemfile
4141
end
42+
43+
# TODO: remove this pin once we solve PE-35920
44+
gem "puppet", '~> 7.24'

0 commit comments

Comments
 (0)