Hashar has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/330393 )

Change subject: build: bump bundler rainbow dependency
......................................................................

build: bump bundler rainbow dependency

ruby 2.4 unified Fixnum and Bignum into Integer. rubocop depends on
rainbow which triggers a deprecation warning:

    $ bundle exec rake rubocop
    rainbow-2.0.0/lib/rainbow/color.rb:15:
      warning: constant ::Fixnum is deprecated
    Running RuboCop...

Bump rainbow dependency to 2.2.x which adds ruby 2.4 support.

Change-Id: I940c3524582af09e09cc946bcb8c8b707511f46f
---
M Gemfile.lock
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/93/330393/1

diff --git a/Gemfile.lock b/Gemfile.lock
index 0ecb6f6..5e76555 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -31,7 +31,7 @@
       puppet-syntax
       rake
       rspec-puppet
-    rainbow (2.0.0)
+    rainbow (2.2.1)
     rake (10.4.2)
     rspec (3.4.0)
       rspec-core (~> 3.4.0)

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

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

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

Reply via email to