jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/398229 )
Change subject: Bump puppet to 4.8.2 to match production ...................................................................... Bump puppet to 4.8.2 to match production Change-Id: I37ef781fe9f7d5328f7b6aa0dc1a2203d366f96a --- M Gemfile 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Hashar: Looks good to me, approved jenkins-bot: Verified diff --git a/Gemfile b/Gemfile index 6f98938..7df928f 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -gem 'puppet', ENV['PUPPET_GEM_VERSION'] || '~> 3.8.5', require: false +gem 'puppet', ENV['PUPPET_GEM_VERSION'] || '~> 4.8.2', require: false gem 'puppet-lint', '2.0.2' gem 'puppetlabs_spec_helper', '< 2.0.0', require: false gem 'rspec-puppet', '~> 2.6.0' -- To view, visit https://gerrit.wikimedia.org/r/398229 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I37ef781fe9f7d5328f7b6aa0dc1a2203d366f96a Gerrit-PatchSet: 1 Gerrit-Project: integration/config Gerrit-Branch: master Gerrit-Owner: Hashar <[email protected]> Gerrit-Reviewer: Hashar <[email protected]> Gerrit-Reviewer: Paladox <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
