Skip to content

Commit

Permalink
pinning puppet version to fix failing spec tests (#346)
Browse files Browse the repository at this point in the history
* CLOUD-2146-cleanup-of-cocker-compose-acceptance-tests (#341)

* pinning puppet version to fix failing spec tests
  • Loading branch information
MarkW authored and florindragos committed Sep 27, 2018
1 parent e6d26c2 commit e833c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e833c29

Please sign in to comment.