Skip to content

Commit e833c29

Browse files
MarkWflorindragos
MarkW
authored andcommitted
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
1 parent e6d26c2 commit e833c29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ group :test do
77
elsif puppet_git_url = ENV['PUPPET_GIT_URL']
88
gem "puppet", :git => puppet_git_url
99
else
10-
gem "puppet"
10+
gem "puppet", "5.5.6"
1111
end
1212
gem "puppet-lint", "2.3.3"
1313
gem "puppet-lint-unquoted_string-check", "0.3.0"

0 commit comments

Comments
 (0)