Faidon Liambotis has uploaded a new change for review. ( 
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(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/10/357810/1

diff --git a/Gemfile b/Gemfile
index 0d06b32..eef0b0b 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,6 +1,6 @@
 source 'https://rubygems.org'
 
-gem 'puppet', '~> 3.7.0'
+gem 'puppet', '~> 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.35.1', require: false

-- 
To view, visit https://gerrit.wikimedia.org/r/357810
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4ccac880194ca53b2cd2a2457884e67761644ffc
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Faidon Liambotis <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to