From e833c292d67a3d3eae0b603c9c734b1db03d8a82 Mon Sep 17 00:00:00 2001 From: MarkW Date: Thu, 27 Sep 2018 15:17:54 +0100 Subject: [PATCH] pinning puppet version to fix failing spec tests (#346) * CLOUD-2146-cleanup-of-cocker-compose-acceptance-tests (#341) * pinning puppet version to fix failing spec tests --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 0874b4d9..7daea050 100755 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ group :test do elsif puppet_git_url = ENV['PUPPET_GIT_URL'] gem "puppet", :git => puppet_git_url else - gem "puppet" + gem "puppet", "5.5.6" end gem "puppet-lint", "2.3.3" gem "puppet-lint-unquoted_string-check", "0.3.0"