Faidon Liambotis has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/357810 )
Change subject: Bump puppet & rake versions in the Gemfile ...................................................................... Bump puppet & rake versions in the Gemfile We use Puppet 3.8 everywhere now, so depend on it just in case. Also bump Rake dependency from 10.4 to 12.0.0; 10.4 didn't really work on my system, but I'm not sure at which version exactly my issue got fixed, so depend on the current latest and greatest which seems to work fine. Change-Id: I4ccac880194ca53b2cd2a2457884e67761644ffc --- M Gemfile 1 file changed, 2 insertions(+), 2 deletions(-) Approvals: Faidon Liambotis: Looks good to me, approved jenkins-bot: Verified diff --git a/Gemfile b/Gemfile index 9825217..771ba46 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -gem 'puppet', ENV['PUPPET_GEM_VERSION'] || '~> 3.7.0' +gem 'puppet', ENV['PUPPET_GEM_VERSION'] || '~> 3.8.5' gem 'xmlrpc' if RUBY_VERSION >= '2.4.0' gem 'puppet-strings', '~> 1.0.0' gem 'rspec-puppet', '~> 2.3.2' @@ -9,7 +9,7 @@ # https://tickets.puppetlabs.com/browse/PUP-3796 gem 'safe_yaml', '~> 1.0.4' -gem 'rake', '~> 10.4', '>= 10.4.2' +gem 'rake', '~> 12.0.0' gem 'git', '1.3.0' gem 'puppet-lint', '2.0.2' gem 'rubocop', '~> 0.49.1', require: false -- To view, visit https://gerrit.wikimedia.org/r/357810 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I4ccac880194ca53b2cd2a2457884e67761644ffc Gerrit-PatchSet: 4 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Faidon Liambotis <[email protected]> Gerrit-Reviewer: Alexandros Kosiaris <[email protected]> Gerrit-Reviewer: Faidon Liambotis <[email protected]> Gerrit-Reviewer: Giuseppe Lavagetto <[email protected]> Gerrit-Reviewer: Hashar <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
